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

Tokens v2 #53

Merged
merged 12 commits into from
Jun 6, 2020
Merged

Tokens v2 #53

merged 12 commits into from
Jun 6, 2020

Conversation

aaugustin
Copy link
Owner

No description provided.

* Shorter.
* Better security design.
* No private APIs (django.utils.crypto).

v1 tokens are still accepted for backwards-compatibility.
This would make tokens significantly longer. Tokens v1 are only kept for
backwards compatibility anyway.
Review documentation generally.

Remove documentation for ``SESAME_DIGEST`` and ``SESAME_ITERATIONS``.
Using PBKDF2 in tokens v1 was a mistake anyway. If anyone is concerned,
they should switch to tokens v2 and increase SIGNATURE_SIZE.

Remove rst markup that isn't supported by GitHub.
@aaugustin aaugustin merged commit 56a7b53 into master Jun 6, 2020
@aaugustin aaugustin mentioned this pull request Jun 6, 2020
@aaugustin aaugustin deleted the tokens-v2 branch June 6, 2020 19:41
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

Successfully merging this pull request may close these issues.

None yet

1 participant