How to integrate existing application users on to nodebb, so that they need not register again.
-
I have a web application with 1000 odd users already registered. I installed Nodebb recently and i would like all these existing users to have presence on nodebb database as well. I am using redis as the database for both my application and nodebb as db0 and db1 respectively. As well as, when they login to the application, it should automatically login to nodebb as well. How can i achieve this?
-
You should be able to achieve this using this plugin. This should automatically log them in and create their account on the nodebb database.
GitHub - julianlam/nodebb-plugin-session-sharing: Allows login sessions from your app to persist in NodeBB
Allows login sessions from your app to persist in NodeBB - julianlam/nodebb-plugin-session-sharing
GitHub (github.com)
You may also want to make an SSO plugin, so that users can login to your app from the nodebb log in form. You could also just redirect the login form to your apps form.
https://github.com/julianlam/nodebb-plugin-sso-oauth -
Hello @thanh-huynhse ,
Any ideas? I also concern this matter. After using SSO It would create a user in Forum.
Thanks. -
Hi @Dilip
You can using this plugin
https://github.com/julianlam/nodebb-plugin-session-sharing