Y
Hacker News
new
|
ask
|
show
|
jobs
by
esafak
193 days ago
You can use a random numerical ID as PK and let people associate as many authn IDs as they want after logging in with one.
2 comments
Reubachi
192 days ago
Who in this scenario outlines the key infrastructure, and how is the private key maintained?
link
esafak
192 days ago
primary key.
https://en.wikipedia.org/wiki/Primary_key
link
thiht
193 days ago
Why would you allow this complexity for basically nothing?
link
esafak
192 days ago
Using a separate table for authn is a basic pattern for this problem. What would you do?
link