Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stable identifier for users #61

Open
kthchew opened this issue Mar 28, 2023 · 0 comments
Open

Stable identifier for users #61

kthchew opened this issue Mar 28, 2023 · 0 comments

Comments

@kthchew
Copy link
Contributor

kthchew commented Mar 28, 2023

Problem To Be Solved

Currently the backend only identifies users by their email

Motivation

Users may change their email (there is currently no functionality to do this, but this is a fairly common action) and we should still have a stable ID that will not change to identify them

Proposed Solution

Store a randomly generated UUID in the database for each user (could also use a username, but unless we don't allow username changes that identifier still won't be stable)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant