package
0.22.0
Repository: https://github.com/epfl-si/go-toolbox.git
Documentation: pkg.go.dev

# 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.