auth

package
v0.9.3 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2023 License: BSD-3-Clause Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrExpiry = errors.New("expiry duration must be a positive number")
View Source
var ErrTokenExpired = errors.New("token expired")

Functions

func PermissionCheckHandler

func PermissionCheckHandler(auth auth) func(h http.Handler) http.Handler

func URLSignCheckHandler added in v0.9.3

func URLSignCheckHandler(auth auth) func(h http.Handler) http.Handler

Types

type Authenticator

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

func New

func New(encryptionKey, passwordHash string, logger log.Logger) (*Authenticator, error)

func (*Authenticator) Authorize

func (a *Authenticator) Authorize(password string) bool

func (*Authenticator) Enforce

func (a *Authenticator) Enforce(apiKey, obj, act string) (bool, error)

func (*Authenticator) GenerateKey

func (a *Authenticator) GenerateKey(role string, expiryDuration int) (string, error)

func (*Authenticator) RefreshKey

func (a *Authenticator) RefreshKey(apiKey string, expiryDuration int) (string, error)

func (*Authenticator) SecretKey added in v0.9.3

func (a *Authenticator) SecretKey(apiKey string) (string, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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