util

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const PEM_BEGIN = "-----BEGIN PUBLIC KEY-----"
View Source
const PEM_END = "-----END PUBLIC KEY-----"

Variables

This section is empty.

Functions

This section is empty.

Types

type Jwt

type Jwt struct {
	// contains filtered or unexported fields
}

func NewJwt

func NewJwt(config configuration.Config) Jwt

func (Jwt) Parse

func (this Jwt) Parse(token string) (username string, user string, roles []string, clientId string, err error)

func (Jwt) ParseHeader

func (this Jwt) ParseHeader(header string) (username string, user string, roles []string, clientId string, err error)

func (Jwt) ParseRequest

func (this Jwt) ParseRequest(request *http.Request) (username string, user string, roles []string, clientId string, err error)

func (Jwt) ParseToken

func (this Jwt) ParseToken(token string) (username string, user string, roles []string, clientId string, err error)

Jump to

Keyboard shortcuts

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