qor/auth

Client/Server auth

lfaoro opened this issue · 0 comments

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?