Skip to content
New issue

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

figure out/implement key rotation #11

Open
tmaher opened this issue Apr 12, 2013 · 2 comments
Open

figure out/implement key rotation #11

tmaher opened this issue Apr 12, 2013 · 2 comments

Comments

@tmaher
Copy link

tmaher commented Apr 12, 2013

Bleeding over from #6, but unrelated to the format.

Fernet.verifier([key1, key2], token) : 👍

The verifier should expose some method for the caller to determine which key was used to generate the token, and make it easy for the developer to regenerate the token using the most recent key. Maybe also accept a developer-provided callback Fernet would call when there's a stale key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@tmaher and others