We successfully integrated wordpress with nodebb, every thing works great.Here is my site "https://www,happyusclub.com". But during login from the nodebb site , the referrer link in the header is showing as "https://forum.happyusclub.com" without any permalinks.
Basically we are trying to redirect users to the referrer page after login.(similar to nodebb community after login the users redirecting to the page where they come from). But in my site when the user clicks login it goes to wordpress sso as expected but with referrer link as forum homePage without any permalink. Can anyone share your thoughts on how to approach this problem.
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