package
0.0.0-20230422003148-015e340ad081
Repository: https://github.com/asankov/gira.git
Documentation: pkg.go.dev
# Functions
NewAutheniticator creates new Authenticator from the given parameters.
# Variables
ErrInvalidFormat means that the token is not a valid JWT token.
ErrInvalidSignature means that the JWT has been tampered with.
ErrTokenExpired means that the JWT is valid, but it has expired.
# Structs
Authenticator handles the logic around generating and validating JWT tokens.