auth

package
v0.0.0-...-babdabe Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Authenticator

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

func NewAuth

func NewAuth(cfg *config.Auth) *Authenticator

func (*Authenticator) GenerateJWT

func (a *Authenticator) GenerateJWT(user *model.User) (string, error)

func (*Authenticator) GetMiddleware

func (a *Authenticator) GetMiddleware() echo.MiddlewareFunc

type Claims

type Claims struct {
	jwt.RegisteredClaims
	Email          string    `json:"email"`
	Uid            uuid.UUID `json:"uid"`
	AdditionalInfo string    `json:"additional_info"`
}

Jump to

Keyboard shortcuts

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