package
1.1.0
Repository: https://github.com/amreo/jwt-auth.git
Documentation: pkg.go.dev

# Functions

New constructs a new Auth instance with supplied options.

# Structs

Auth is a middleware that provides jwt based authentication.
ClaimsType : holds the claims encoded in the jwt.
Options is a struct for specifying configuration options.

# Type aliases

TokenIdChecker : a type to check tokens.
TokenRevoker : a type to revoke tokens.