Hacker News new | ask | show | jobs
by nosefrog 752 days ago
Oh, I didn't realize that the design also has a database of revocations. In that case, you can just query that directly :P
1 comments

You'll want to store your user credentials that they traded for a JWT somewhere. The point of using JWTs is that most of your requests don't have to hit this database.