I am using nodeBB forum this is :- https://forum.conversify.chat/ and I have main dashboard is:- https://dashboard.conversify.chat/ I want to auto login forum if user login https://dashboard.conversify.chat/. I am try session sharing plugin and also use write-api plugin but I am not successfully add this functionality.
So How can this problem solved please suggest solutions ?
User Logout from external application
-
How can i call logout functionality from external application, so that Nodebb can logout. Any api available like /logout.
Reverse I am able to do, logging out my application when clicked on Nodebb logout. -
@julian Some where i have seen this reply replied by you If your game can read the mongodb database the forum uses (or Redis), then you can use the express.sid cookie to retrieve their session from the NodeBB database and log them in that way.
I can able to connect to mongoDB from my application by executing db.sessions.find().pretty();, there are no of cookies are available there. How can get the relevant cookie to delete and logout the user