jwt

package
v0.0.0-...-a371a4b Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2022 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IJWTPackage

type IJWTPackage interface {
	CreateToken(email string) (string, error)
	ValidateToken(token string) (string, error)
}

func NewJWTPackage

func NewJWTPackage(SecretKey string) IJWTPackage

type JWTService

type JWTService struct {
	SecretKey string
}

func (JWTService) CreateToken

func (J JWTService) CreateToken(email string) (string, error)

func (JWTService) ValidateToken

func (J JWTService) ValidateToken(accessToken string) (string, error)

Jump to

Keyboard shortcuts

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