logoalt Hacker News

phiretoday at 7:58 AM1 replyview on HN

You need to support revocation, so I'm not sure it's ever possible to avoid the need for a round trip to verify the token.


Replies

kukkamariotoday at 8:08 AM

The point of the checksum is to just drop obviously wrong keys. No need to handle revocation or do any DB access if checksum is incorrect, the key can just be rejected.

show 1 reply