middlewares

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 31, 2023 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterAuthenticator

func RegisterAuthenticator(opts *authn.Options)

RegisterAuthenticator register global authenticator.

func RegisterAuthorizer

func RegisterAuthorizer(opts *authz.Options)

RegisterAuthorizer register global authorizer.

Types

type Authenticator

type Authenticator interface {
	Authenticate(ctx context.Context, r *http.Request) (guardauth.Info, error)
}
var (
	DefaultAuthenticator Authenticator
)

type Authorizer

type Authorizer interface {
	Authorize(sub, obj, act string) (bool, error)
}
var (
	DefaultAuthorizer Authorizer
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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