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!