# Functions

GenUserToken will generate an expiring HMAC-SHA256 signed token representing an authenticated user.
ValidateUserToken will validate the token and attempt to unmarshal it's payload into a UserToken.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

UserToken represents an authenticated user.