basic

package
v3.6.3 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ForbiddenHandler

type ForbiddenHandler func(http.ResponseWriter, *http.Request, model.User, string)

type Option

type Option func(Service) Service

func WithForbiddenHandler

func WithForbiddenHandler(onForbidden ForbiddenHandler) Option

func WithRealm

func WithRealm(realm string) Option

type Provider

type Provider interface {
	GetBasicUser(ctx context.Context, login, password string) (model.User, error)
}

type Service

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

func New

func New(provider Provider, options ...Option) Service

func (Service) GetUser

func (s Service) GetUser(ctx context.Context, r *http.Request) (model.User, error)

func (Service) OnUnauthorized added in v3.1.0

func (s Service) OnUnauthorized(w http.ResponseWriter, r *http.Request, err error)

Jump to

Keyboard shortcuts

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