Pass token from localStorage

Hello,

Is there an easy way to pass a token from localStorage in the SSO request? I’m using token based authentication and I need to validate the user with the locally stored token.

If there’s not already a plugin, can you point me to where in the code I can modify the request to the SSO server to add that into the body (not a Ruby expert so would need some guidance there).

Thank you!

1 Like

Is it users from Firebase? I have got this issue and do not understand how to accomplish this. Have you figured it out?