-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(auth): add refresh token rotation security
Refresh tokens are generated for the user at all times. Refresh tokens are rotated everytime a refresh token is used. If a refresh token is used twice, it is marked as compromised and the user is locked out.
- Loading branch information
Frantz Kati
committed
Nov 26, 2020
1 parent
72e8b42
commit edf90e4
Showing
9 changed files
with
248 additions
and
18,301 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.