qor / auth

Golang Authentication solution
MIT License
716 stars 100 forks source link

Client/Server auth #21

Open lfaoro opened 5 years ago

lfaoro commented 5 years ago

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?