jwtx

package
v0.0.0-...-289f9df Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	JwtID        = "jti"
	JwtIssuer    = "iss"
	JwtSubject   = "sub"
	JwtAudience  = "aud"
	JwtExpiresAt = "exp"
	JwtNotBefore = "nbf"
	JwtIssuedAt  = "iat"
)

Variables

This section is empty.

Functions

func NewJwtTokenBuilder

func NewJwtTokenBuilder() *jwtTokenBuilder

func Parse

func Parse(token string, key string) (t *jwt.Token, err error)

Parse token and fill claims

Types

This section is empty.

Jump to

Keyboard shortcuts

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