jwt

package
v0.0.0-...-e11dbd8 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateJWT

func GenerateJWT(target string, issuer string) *jwt.Token

func SignJWT

func SignJWT(token *jwt.Token, signingKey string) string

Types

type Claims

type Claims struct {
	Roles []string `json:"roles"`
	jwt.StandardClaims
}

func CreateClaims

func CreateClaims(target string, issuer string) Claims

Jump to

Keyboard shortcuts

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