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

Who in this scenario outlines the key infrastructure, and how is the private key maintained?
Why would you allow this complexity for basically nothing?
Using a separate table for authn is a basic pattern for this problem. What would you do?