auth

package module
v0.0.0-...-fefa3d2 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2021 License: GPL-2.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 JwtClaim

type JwtClaim struct {
	jwt.StandardClaims
	Email     string
	Name      string
	ClientUID string
}

JwtClaim adds email as a claim to the token

type JwtWrapper

type JwtWrapper struct {
	SecretKey       string
	Issuer          string
	ExpirationHours int64
}

JwtWrapper wraps the signing key and the issuer

func (*JwtWrapper) GenerateToken

func (j *JwtWrapper) GenerateToken(uid, name, email string) (string, error)

GenerateToken generates a jwt token

func (*JwtWrapper) ValidateToken

func (j *JwtWrapper) ValidateToken(signedToken string) (*JwtClaim, error)

ValidateToken validates the jwt token

Jump to

Keyboard shortcuts

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