validator

package
v0.0.0-...-ef901e4 Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Template

type Template interface {
	NewValidator(tplEnv domain.TemplateStringEnv) (Validator, error)
	JWTClockSkewLeewayMax() domain.Duration
}

Template is a template of Validator

func NewTemplate

func NewTemplate(ctx context.Context, cfg *config.JwtValidationConfig, clock domain.SystemClock) (Template, error)

NewTemplate creates Template instance.

type Validator

type Validator interface {
	Validate(ctx context.Context, jwt string) error
}

Validator is a object to validate JWT

Jump to

Keyboard shortcuts

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