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: 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.
@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.
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.
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.
@julian thanks I am passing those additional details now.
@pitaj thank you. It's working now
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.