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

token_store should be an actual class/interface #67

Closed
fluffy-critter opened this issue Jun 8, 2020 · 0 comments · Fixed by #68
Closed

token_store should be an actual class/interface #67

fluffy-critter opened this issue Jun 8, 2020 · 0 comments · Fixed by #68

Comments

@fluffy-critter
Copy link
Contributor

Right now token_store is always just an itsdangerous signer, but really it should be an interface with set(value,redir) get and pop, and the default should be an implementation that is backed by the signer. get and pop should return a tuple of (value,redir). signer-backed impl uses utils.unpack_token as its implementation.

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 a pull request may close this issue.

1 participant