Hacker News new | ask | show | jobs
by EGreg 3261 days ago
There is a lot more you can do.

For example you can sign session IDs or API tokens when you issue them. That way you can check them and refuse requests that present invalid tokens without doing any I/O.

1 comments

JWT does that.