jwt_token

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JwtCustomClaims

type JwtCustomClaims struct {
	ID     string `json:"id"`
	Name   string `json:"name"`
	Email  string `json:"email"`
	Role   string `json:"role"`
	Avatar string `json:"avatar"`
	jwt.RegisteredClaims
}

type JwtToken

type JwtToken interface {
	GenerateAccessToken(claims JwtCustomClaims) (string, error)
}

func NewJwtToken

func NewJwtToken(secretKey string) JwtToken

Jump to

Keyboard shortcuts

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