UUID
Unique User IDs (UUIDs) are strings used to identify users in Saturn's database. It's recommended to use UUIDs instead of row IDs as some tables don't use the row ID as the user ID, and it's good practice for security.
Generate a UUID
Saturn has built-in functions for generating UUIDs.
Last updated