# Functions
No description provided by the author
GinMiddleware is the middleware that checks the JWT token.
New creates a new JWT token.
Parse parses a JWT token.
PostLoginHandler is the handler that checks the login and password and returns a JWT token.
# Structs
CustomClaims is the struct that represents the claims of a JWT token in EPFL context.
Token is the struct that represents a JWT token.
# Interfaces
Authenticater is the interface that wraps the Authenticate method.