Does anyone have an example of how they built a JWT revocation service?
If you want to be more fancy and fast, you can use bloom filters to check if a token is in a revocation list.
If you want to be more fancy and fast, you can use bloom filters to check if a token is in a revocation list.