# Functions
CORSHandler sets CORS headers for the preflight request.
ErrorHandler takes the activity where the error occured and the error object and sends a message to sentry.
No description provided by the author
GenerateTokenPair creates and returns a new set of access_token and refresh_token.
GetAllUsers ...
GetUserDetails ...
Login ...
RefreshJWTToken ...
RegisterUser ...
ValidateToken is used to validate both access_token and refresh_token.
VerifyJWTToken ...