@hearsedriver Glad you figured it out 😄
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.
-
@raj-0 Oh yes indeed
Here you go
-
@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.
-
@raj-0 Can you show me an example of the call you are making, using curl? That would be the easiest way for me to debug