jwt

package
v0.0.0-...-2cb1283 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SecretKey = []byte("secret")
)

secret key being used to sign tokens

Functions

func GenerateToken

func GenerateToken(email string) (string, error)

GenerateToken generates a jwt token and assign a email to it's claims and return it

func ParseToken

func ParseToken(tokenStr string) (string, error)

ParseToken parses a jwt token and returns the email in it's claims

Types

This section is empty.

Jump to

Keyboard shortcuts

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