jwt

package
v0.0.0-...-fd202e2 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ClaimsToSignedString

func ClaimsToSignedString(claims Claims) (string, error)

ToSignedString zzz

Types

type Claims

type Claims = jwtgo.Claims

Alias the jwtgo types that are used on our public interfaces

func ClaimsFromSignedString

func ClaimsFromSignedString(ss string, claims Claims) (Claims, error)

FromSignedString zzz

type StandardClaims

type StandardClaims = jwtgo.StandardClaims

type UserClaims

type UserClaims struct {
	Username string `json:"username"`
	StandardClaims
}

UserClaims zzz

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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