We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the provider data plane uses refresh tokens, it should store them in the Vault rather than the normal database.
Security. Attackers who gain access to the access token and the database could illegitimately request a new refresh+access token pair.
// if possible, outlines a solution proposal
// anything else you want to outline
Please be sure to take a look at our contribution guidelines and our PR etiquette.
The text was updated successfully, but these errors were encountered:
paullatzelsperger
No branches or pull requests
WHAT
When the provider data plane uses refresh tokens, it should store them in the Vault rather than the normal database.
WHY
Security. Attackers who gain access to the access token and the database could illegitimately request a new refresh+access token pair.
HOW
// if possible, outlines a solution proposal
FURTHER NOTES
// anything else you want to outline
Please be sure to take a look at
our contribution guidelines and
our PR etiquette.
The text was updated successfully, but these errors were encountered: