Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
func NewJwtValidatorLogger ¶
NewJwtValidatorLogger creates a new JWT validator logger
func (*Logger) ValidatedToken ¶
func (e *Logger) ValidatedToken()
ValidatedToken logs a message when the server validates a token
type Validator ¶
type Validator struct {
// contains filtered or unexported fields
}
Validator does parsing and validation of JWT token
func NewValidator ¶
NewValidator returns a new validator by parsing the given file path as an ED25519 public key
Click to show internal directories.
Click to hide internal directories.