Alright that is good to know. Thank you 🙂
Now I just need to figure out why this error seems to show
Firefox can't establish a connection to the server at wss://sociallyuncensored.com/socket.io/?EIO=3&transport=websocket&sid=3qkjfLg30SfM3La2AAAH.
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.
https://github.com/julianlam/nodebb-plugin-session-sharing
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
Can i also have a functionality where, when ever a registered user posts something, it should go through an approval process from the Admin, before making it public.?
Hello @thanh-huynhse ,
Any ideas? I also concern this matter. After using SSO It would create a user in Forum.
Thanks.
@Dilip I have not seen any plugin like this yet.
Hi @Dilip
You can using this plugin
https://github.com/julianlam/nodebb-plugin-session-sharing