package
0.1.15
Repository: https://github.com/sayhello-project/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.