@kumar123 You might want to take it up with the FusionAuth folks, since they maintain the plugin.
I can't even get my NodeBB started with their plugin, oddly.
Hello,
can anyone please tell me how to implement this plugin.. i have implement endpoint on my server side.. In this below link
https://github.com/julianlam/nodebb-plugin-sso-oauth,
they say these steps:--
Fork this plugin
Add the OAuth credentials (around line 30 of library.js)
Update profile information (around line 137 of library.js) with information from the user API call
Activate this plugin from the plugins page
Restart your NodeBB
Let NodeBB take care of the rest
I have some confusion.. after editing library.js file,
do i need to uppload this plugin code in nodebb_modules directory ??
what do you mean by " Update profile information (around line 137 of library.js) with information from the user API call"..??
please help me asap..
Thanks
Shikha
@shikha said:
Activate this plugin from the plugins page
Did you get this working? I have forked the plugin on GitHub but I don't see how to activate my plug-in in my NodeBB. My plugin doesn't show up in the list of available plugins. Do I have to register my plugin somehow? Its name starts with nodebb-plugin-sso-
@danielflippance what steps did you take after forking the plugin on GitHub?
You can have the plugin show up in the plugins page 2 ways (not sure if there are more)
Thanks @pichalite that solved my issue
@pichalite I am still confused that. it need update after install. But our node_module files always in ignore... so I don't thinks it's a good way to put plugs into node_module....