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

How does one define a revocation list? #148

Open
alecthomas opened this issue Sep 17, 2024 · 1 comment
Open

How does one define a revocation list? #148

alecthomas opened this issue Sep 17, 2024 · 1 comment

Comments

@alecthomas
Copy link

The only mention I can see of revocation is for retrieving, how do I revoke a token?

@divarvel
Copy link
Contributor

the library does not offer helpers for these yet, so for now you are supposed to handle the revocation list yourself before running the authorizer.

Other libs like biscuit-haskell include this check during parsing to abort parsing as early as possible (you can revoke a token before verifying signatures and parsing block contents)

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

3 participants
@alecthomas @divarvel and others