-
Notifications
You must be signed in to change notification settings - Fork 63
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
Question regarding user ID: #122
Comments
Ok so i worked it out. It appears to be a UUID (Universally Unique Identifier). UUIDs are standardized 128-bit identifiers used to uniquely identify information in computer systems. The format and structure of the ID in the database suggest it is a version 1 UUID.
Breakdown of the Provided UUID ( A sample from my test database)
How It Was Created
Example Code to Generate a Version 1 UUID
Breakdown of the Provided UUID
How It Was Created
Example Code to Generate a Version 1 UUID
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can anyone advise how the user ID is generated in the users table?
Is it randomly generated or is it a hashed output from some user input whilst registering?
Any help in pointing me in the correct direction would be appreciated.
The text was updated successfully, but these errors were encountered: