# Functions
No description provided by the author
GenerateRandomBytes returns securely generated random bytes.
GenerateRandomString returns a URL-safe, base64 encoded securely generated random string.
GenerateUID creates a random session ID, for use with the session store.
GetSession retrieves the session information for the given name.
No description provided by the author
SetSession stores the given value under the given name in the database.
# Structs
No description provided by the author