tokenverify

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckAccessV3

func CheckAccessV3(ctx context.Context, ownerUserID string) (err error)

func CheckAdmin

func CheckAdmin(ctx context.Context) error

func IsAppManagerUid

func IsAppManagerUid(ctx context.Context) bool

func IsManagerUserID

func IsManagerUserID(opUserID string) bool

func WsVerifyToken

func WsVerifyToken(token, userID string, platformID int) error

Types

type Claims

type Claims struct {
	UserID     string
	PlatformID int // login platform
	jwt.RegisteredClaims
}

func BuildClaims

func BuildClaims(uid string, platformID int, ttl int64) Claims

func GetClaimFromToken

func GetClaimFromToken(tokensString string) (*Claims, error)

func ParseRedisInterfaceToken

func ParseRedisInterfaceToken(redisToken interface{}) (*Claims, error)

Jump to

Keyboard shortcuts

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