jwt

package
v1.5.13 Latest Latest
Warning

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

Go to latest
Published: May 7, 2025 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Opt

type Opt func(ctx context.Context, jwt *Parser) error

func WithCognito

func WithCognito(region, userPoolId string) Opt

func WithGoogle

func WithGoogle() Opt

type Parser

type Parser struct {
	// contains filtered or unexported fields
}

Parser is a JWT parser that can decode JWT tokens using public keys

func New

func New(ctx context.Context, opt ...Opt) (*Parser, error)

func (*Parser) Decode

func (parser *Parser) Decode(value string) (*jwt.Token, error)

Decode decodes a JWT token using the public key associated with the key ID in the token header.

Jump to

Keyboard shortcuts

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