package
0.0.0-20240122153004-13bcfc5aacc5
Repository: https://github.com/stealthycoder/distribution.git
Documentation: pkg.go.dev

# Functions

NewToken parses the given raw token string and constructs an unverified JSON Web Token.

# Constants

Leeway is the Duration that will be added to NBF and EXP claim checks to account for clock skew as per https://tools.ietf.org/html/rfc7519#section-4.1.5.
TokenSeparator is the value which separates the header, claims, and signature in the compact serialization of a JSON Web Token.

# Variables

Errors used and exported by this package.
Errors used by token parsing and verification.
Errors used by token parsing and verification.
Errors used and exported by this package.

# Structs

ClaimSet describes the main section of a JSON Web Token.
Header describes the header section of a JSON Web Token.
ResourceActions stores allowed actions on a named and typed resource.
Token describes a JSON Web Token.
VerifyOptions is used to specify options when verifying a JSON Web Token.