# 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.