Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JWT ¶
type JWT struct {
// contains filtered or unexported fields
}
JWT abstracts necessary JWT fields.
func NewJWT ¶
func NewJWT() *JWT
NewJWT returns a new instance of a predefined settings for JWT middlewares.
func (*JWT) Authenticate ¶
Authenticate goes throught a JWT validation process.
func (*JWT) Authenticator ¶
Authenticator is a middleware for handling JWT.
Click to show internal directories.
Click to hide internal directories.