jwt

package
v0.0.0-...-9300a0c Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JWT

type JWT struct {
	Header    map[string]interface{}
	Payload   map[string]interface{}
	Signature []byte
}

func DecodeJWT

func DecodeJWT(token string) (*JWT, error)

decodeJWT decodes the header and payload of a JWT without validating its signature.

Jump to

Keyboard shortcuts

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