package
2.0.0+incompatible
Repository: https://github.com/tekker-dev/go-authcrunch.git
Documentation: pkg.go.dev
# Functions
GetKeysFromConfig loads keys from a single key config.
GetKeysFromConfigs loads keys from one or more key configs.
NewCryptoKeyOperator returns an instance of CryptoKeyOperator.
NewCryptoKeyStore returns a new instance of CryptoKeyStore.
NewCryptoKeyTokenOperator returns an instance of CryptoKeyTokenOperator.
ParseCryptoKeyConfigs parses crypto key configurations.
ParseCryptoKeyStoreConfig parses crypto key store default configuration, e.g.
ParsePayloadFromToken extracts payload from a token.
# Structs
CryptoKey contains a crypto graphic key and associated metadata.
CryptoKeyConfig is common token-related configuration settings.
CryptoKeyOperator represents CryptoKey operator.
CryptoKeyStore constains keys assembled for a specific purpose, i.e.
CryptoKeyTokenOperator represents CryptoKeyOperator token operator.