|
|
|
|
|
by dpark
3625 days ago
|
|
> at that point you could just store the whole object and give the user a lookup id to the object without the complexity of cryptographically signing anything. Only if the collision of lookup IDs (accidental or malicious) is effectively impossible. If it's possible to generate a collision, then you've thrown away your security. This would also effectively give every server the ability to issue auth tokens (and mutate them in the DB), which is not a great choice if you care about security. But if you're handing out unsigned lookup IDs, you probably don't. |
|