Hacker News new | ask | show | jobs
by andoando 751 days ago
How does infrequentcy of revoked tokens reduce requests? Dont you have to check every token to see if its revoked?

Or Do all the server instances store a copy of all revoked tokens in memory/local db?

1 comments

All the servers can store a copy or a bloom filter because the number of revoked tokens is small and doesn't change often