Handles authentication using JWTs.
JWTAuth: Does JWT authentication. Contains the secret key used to sign JWTs as well as the expiration time.
JWTAuth.Create: Creates a JWT token with the provided metadata.JWTAuth.Extract: Extracts metadata from the given JWT token.
make test