auth

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2023 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrTokenInvalid = errors.New("token 无效")
	ErrUserDisable  = errors.New("用户被禁用")
)

Functions

func IsAdmin

func IsAdmin(state int) bool

func IsDisable

func IsDisable(state int) bool

func NewJwtToken

func NewJwtToken(jwtKey *rsa.PrivateKey, tokenID, clientToken, UUID string, userID int) (string, error)

func SetAdmin

func SetAdmin(state int, is bool) int

func SetDisable

func SetDisable(state int, is bool) int

Types

type AuthService

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

func NewAuthService

func NewAuthService(
	client *ent.Client,
	c cache.Cache,
	pub *rsa.PublicKey,
	pri *rsa.PrivateKey,
) *AuthService

func (*AuthService) Auth

func (a *AuthService) Auth(ctx context.Context, t yggdrasil.ValidateToken, tmpInvalid bool) (*model.TokenClaims, error)

func (*AuthService) CreateToken

func (a *AuthService) CreateToken(ctx context.Context, u *ent.User, clientToken string, uuid string) (string, error)

Jump to

Keyboard shortcuts

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