jwt

package
v0.10.2 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2024 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init

func Init(gatewayConfig *gateway.Config, embedFs *embed.FS) (gateway.Authorizer, error)

func New

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

New creates a jwt claim validator

Types

type Authenticator

type Authenticator interface {
	Auth(next http.HandlerFunc) http.HandlerFunc
}

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