package
0.1.51
Repository: https://github.com/origadmin/runtime.git
Documentation: pkg.go.dev

# Variables

No description provided by the author
No description provided by the author

# Structs

Config contains configuration parameters for creating and validating a JWT.
ConfigValidationError is the validation error returned by Config.Validate if the designated constraints aren't met.
PWT is a web token that can be used to authenticate a user with protobuf services.
TokenValidationError is the validation error returned by Token.Validate if the designated constraints aren't met.

# Type aliases

ConfigMultiError is an error wrapping multiple validation errors returned by Config.ValidateAll() if the designated constraints aren't met.
TokenMultiError is an error wrapping multiple validation errors returned by Token.ValidateAll() if the designated constraints aren't met.