This repository has been archived by the owner on Oct 17, 2020. It is now read-only.
[Security] Migrate from exposing auth token in URL to secure Cookie #705
Labels
enhancement
New feature or request
What is the problem?
Auth token are exposed in the URL when user signs in the website. This allows attacker to easily steal users' token as it can be send alone with HTTP requests through man-in-the-middle attack.
Your solution
Set auth token in the cookie of sign in callback route.
eg:
https://martinfowler.com/articles/web-security-basics.html#ProtectUserSessions
The text was updated successfully, but these errors were encountered: