# Functions
CreateAccessToken generates a new JWT access token for the given user.
CreateRefreshToken generates a new JWT refresh token for the given user.
ExtractIDFromToken extracts the user ID from the provided JWT token.
IsAuthorized checks if the provided JWT token is valid and authorized.