jwt

package
v0.1.322 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 20, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ClaimsPrincipalFromUnsignedToken

func ClaimsPrincipalFromUnsignedToken(tokenString string) (contracts_claimsprincipal.IClaimsPrincipal, error)

ClaimsPrincipalFromUnsignedToken decodes an unsigned token

func DecodeUnsignedToken

func DecodeUnsignedToken(tokenString string) (*jwt.Token, error)

DecodeUnsignedToken decodes an unsigned token

func MintUnsignedToken

func MintUnsignedToken(subject string, extraClaims jwt.MapClaims, options *MintUnsignedOptons) (string, error)

MintUnsignedToken creates a new unsigned token

Types

type MintUnsignedOptons added in v0.1.274

type MintUnsignedOptons struct {
	NotBefore  *time.Time
	IssuedAt   *time.Time
	Expiration *time.Duration
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL