@julian thanks I am passing those additional details now.
Best posts made by Raj 0
-
RE: Can we pass only username in payload for nodebb-plugin-session-sharing
Latest posts made by Raj 0
-
Creating multiple admins
Re: Creating multiple Node BB Admins but with limited access to ACP
@PitaJ , how can we create multiple admins? Can we assign a user as admin in Dashboard, please let me know.
-
RE: Is there any other Login options other than session sharing plugin
@julian , thanks for the reply,
I wanted to login through API by sending JWT token as query parameter. I cant use session sharing plugin as I am trying to access nodebb forum through Web View of Unity application.
I tried using write open API "api/v3/utilities/login" using postman, but I am getting 403 Forbitten as response.
please let me know if we have any other options.
-
Is there any other Login options other than session sharing plugin
Hi All,
In nodebb can we login automatically by sending post API requests with JWT token as query parameters. JWT contains user ID and Username.
Please let me know.
Thanks in advance.
-
Login options other than session sharing plugin
Hi All,
In nodebb can we login automatically by sending post API requests with JWT token as query parameters. JWT contains user ID and Username.
Please let me know.
Thanks in advance.
-
RE: Can we pass only username in payload for nodebb-plugin-session-sharing
@julian thanks
I am passing those additional details now.
-
RE: Can we pass only username in payload for nodebb-plugin-session-sharing
@pitaj thank you. It's working now
-
Can we pass only username in payload for nodebb-plugin-session-sharing
Hi all,
@julian,I have implemented Session Sharing for NodeBB in my application.
I wanted to know if I can pass only the UserName in the payload? I ask this because the user IDs of my application's users are different from NodeBB uids. If I don't provide uid in payload, the plugin doesn't work.
Please let me know how to achieve this.
Thanks.