auth

package
v1.0.1-beta.1 Latest Latest
Warning

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

Go to latest
Published: May 1, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// UserKey the key used in the context for the user
	UserKey = "Auth.User"
	// RoleAdmin role given to admin users
	RoleAdmin = "Auth.RoleAdmin"
	// TokenSize token size in bytes
	TokenSize = 21
)

Variables

View Source
var (
	// ErrUserNotFound user not found in context
	ErrUserNotFound = errors.New("user not found in context")

	// ErrUserTypeMismatch failed to retrieve user, type mismatch
	ErrUserTypeMismatch = errors.New("failed to retrieve user, type mismatch")
)

Functions

func GenerateToken

func GenerateToken() (string, error)

func HashToken

func HashToken(rawToken string) string

func LoadUserFromCtx

func LoadUserFromCtx(ctx echo.Context) (db.User, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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