cookie

package
v3.7.0 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2026 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Claim added in v3.7.0

type Claim[T ClaimUser] struct {
	Content T
	jwt.RegisteredClaims
}

type ClaimUser added in v3.7.0

type ClaimUser interface {
	GetSubject() string
}

type Config

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

func Flags

func Flags(fs *flag.FlagSet, prefix string, overrides ...flags.Override) *Config

type Service

type Service[T ClaimUser] struct {
	// contains filtered or unexported fields
}

func New

func New[T ClaimUser](config *Config) Service[T]

func (Service[T]) Clear added in v3.4.0

func (s Service[T]) Clear(w http.ResponseWriter, name string)

func (Service[T]) Get

func (s Service[T]) Get(r *http.Request, name string) (Claim[T], error)

func (Service[T]) IsEnabled added in v3.7.0

func (s Service[T]) IsEnabled() bool

func (Service[T]) Set

func (s Service[T]) Set(ctx context.Context, w http.ResponseWriter, name string, content T) bool

Jump to

Keyboard shortcuts

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