# Functions
Parse validates the token with the specified secret, and returns the context if the token was valid.
ParseRequest gets the token from the header and pass it to the Parse function to parses the token.
Sign signs the context with the specified secret.