Last updated
Last updated
You can check that users are genuine by validating sessions.
This function can be used to securely generate session tokens and store the user's username and UUID in session variables.
This does not check their credentials against the database, you MUST use the database system to do this.
Sesssion data can be accessed like any usual session.