package
0.7.1
Repository: https://github.com/karantin2020/jwtis.git
Documentation: pkg.go.dev

# Functions

New returns pointer to new KeysRepository.

# Variables

ErrJWTExpired fires when jwt exist and expired.
ErrJWTInvalid fires when jwt are not valid.
ErrJWTNotFound describes error when kid is missing in repository.

# Structs

DefaultOptions for repo.
RepoOptions holds options for NewJWTRepo func.
Repository holds all jwt.
StoreValue holds internal storage structure.