abcnews / editorslab-2017

Our work at Walkleys/GEN Editors Lab Sydney event in 2017
https://initiatecontact.com
MIT License
7 stars 1 forks source link

User account management #7

Open drzax opened 7 years ago

drzax commented 7 years ago

How should we do user account management?

I'm leaning toward passwordless magic link user account management similar to Medium with email address as the unique identifier.

I think we should separate the user and keys tables in the database. Then a user could manage all of their keys from a single 'account'.

colingourlay commented 7 years ago

I'm down with both those suggestions. Separating keys makes sense for multi-key management. Magic link sign in means we never have to store anything other than email (and FK relationships), and because the main use case here is set & forget, only a few people will actually need to do account management anyway.