Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ERR_INVALID_JWT_SIGNING_METHOD is raised when a jwt encryption is trying to use a wrong signing method algorithm. ERR_INVALID_JWT_SIGNING_METHOD = fmt.Errorf("The singing method does not match the method used during encryption.") // ERR_INVALID_TOKEN is a generic error raised when the token is not valid due to unknown reasons ERR_INVALID_TOKEN = fmt.Errorf("Token is invalid") )
Functions ¶
func NewService ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.