| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
/login - SPA => Auth Service
/refresh - Resource Server => Auth Service
/verify - Resource Server => Auth Service
From auth0 article:
"Refresh token rotation guarantees that every time an application exchanges a refresh token to get a new access token, a new refresh token is also returned. Therefore, you no longer have a long-lived refresh token that could provide illegitimate access to resources if it ever becomes compromised. The threat of illegitimate access is reduced as refresh tokens are continually exchanged and invalidated."
"It's critical for the most recently-issued refresh token to get immediately invalidated when a previously-used refresh token is sent to the authorization server. This prevents any refresh tokens in the same token family from being used to get new access tokens."
python -m venv .venv pip install -r requirements.txt flask --app flaskr --debug run
This repo is just a proof of concept and it's not meant to be run in a production 💀
| Back | FazBrowse Home | New Git URL |