[nodebb-plugin-sso-steam] Steam/OpenID register/login
-
@Jurjee Hey, I have time to kill, I'll take a look.
Edit: Ready.
-
@shinyidol the pull request Julian submitted hasn't been committed yet, so it's technically not fixed yet. You've got two options, you can either wait until the plugin developer accepts the changes, or you can fork the plugin and make the changes manually to your forked version. I'm not sure if there's an unwritten rule when it comes to taking over inactive plugins. As the old plugin would still exist.
-
Only the first one (#6) is required, #7 is just a renaming of the module for cosmetic purposes.
You can try to install my fork by running the following:
$ npm install git+https://github.com/julianlam/nodebb-plugin-openid-steam.git
If at a late date you want to uninstall it:
npm unl nodebb-plugin-openid-steam
, or just remove it from the ACP. -
@julian i think so.
root@blog:~/nodebb# npm ls nodebb-plugin-openid-steam
[email protected] /root/nodebb
[email protected] extraneous (git+https://github.com/julianlam/nodebb-plugin-openid-steam.git#3c81e2c58720bd111d1949cadda1e602834616dc)
npm ERR! extraneous: [email protected] /root/nodebb/node_modules/nodebb-plugin-openid-steam
npm ERR! not ok code 0
-
@julian Thanks for the tips on installing the git version. Now the admin panel options work
@nanoVapor Is there a way to link existing accounts, eg Admins, to their steam account without having to reregister etc. It would be nice for existing users to link to their steam account, then use either their previously registered acc or their steam account for Auth/login. Sorry if this is already answered, and thanks for the Steam auth plugin, great job!
-
@julian said:
@Radon If your steam email matches the email you used to previously register on NodeBB, then the accounts should automatically merge...
I thought the steam api couldn't give you e-mail information as the API is public. I don't see any e-mail checking in the source for the plugin either. Not to mention the fact that my steam e-mail and my user e-mail are identical anyway ( Even if my node bb account e-mail wasn't confirmed at the time ).