You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assume you have a web client, how would you handle the client/server authorization?
Must we redirect the user from the browser to the server/auth/ path and handle login there or is there a way to handle the auth client side and just POST the data to the server to get a session token?
The text was updated successfully, but these errors were encountered:
Assume you have a web client, how would you handle the client/server authorization?
Must we redirect the user from the browser to the server/auth/ path and handle login there or is there a way to handle the auth client side and just POST the data to the server to get a session token?
The text was updated successfully, but these errors were encountered: