You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cloju...@googlegroups.com
I have a SPA with a simple form-based login. After being authenticated, the client requests a JWT token from a Friend-protected route. That token is then included in all subsequent web requests for the app. A custom workflow is used to authenticate XHTTP requests which verifies existence of the token.
I'm having issues managing the connection between the form-based login and the custom JWT workflow. I've traced one issue down to when the web page has been authorized by Friend because the user has logged in, but for some reason the JWT authentication is bouncing to an html login page. Obviously, this does not work for a JSON web request.
Here's the JWT workflow. I can provide any other code on request: