|
|
|
|
|
by dietr1ch
1098 days ago
|
|
That's why you have internal user ids instead of using data directly provided by users. Will it cost an extra lookup? It's cheap, and if you really need to, you could embed the lookup in some encrypted cookie so you can verify you approved some name->id mapping recently without doing a lookup. |
|