# Functions
Middleware function to authorize token.
No description provided by the author
Look for tokens that have expired and remove from map.
Store tokens in memory and attach a timer.
Create Access and Refresh tokens.
Remove token from memory.
Get token string from request header.
Extract UUID and ID from token.
Return ID based on UUID in ActiveTokens.
No description provided by the author
Ensure Token is valid.
Ensure Token is signed correctly.
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author