jwt

package
v0.11.1 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(jwtValidator func(ctx context.Context, rawString string) (*jwt.Claims, error)) codec.Instance

New creates a jwt claim validator

Types

type JwtChainVerifier added in v0.11.0

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

func NewJwtVerifier added in v0.11.0

func NewJwtVerifier() *JwtChainVerifier

func (*JwtChainVerifier) Add added in v0.11.0

func (s *JwtChainVerifier) Add(verify verify)

func (*JwtChainVerifier) AddIfEmpty added in v0.11.0

func (s *JwtChainVerifier) AddIfEmpty(verify verify)

func (*JwtChainVerifier) Size added in v0.11.0

func (s *JwtChainVerifier) Size() int

func (*JwtChainVerifier) VerifyToken added in v0.11.0

func (s *JwtChainVerifier) VerifyToken(ctx context.Context, rawToken string) (*jwt.Claims, error)

type Provider

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

func (*Provider) ResultType

func (s *Provider) ResultType(paramType reflect.Type) (reflect.Type, error)

func (*Provider) Value

func (s *Provider) Value(ctx context.Context, raw interface{}, options ...codec.Option) (interface{}, error)

Jump to

Keyboard shortcuts

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