Hacker News new | ask | show | jobs
by naasking 3665 days ago
You can avoid the need for two IDs if you HMAC the URL. There's a single private key on the server used to generate and verify the MAC on subsequent requests.