jwtmaker

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2021 License: BSD-2-Clause Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MakeJwtWithPayload

func MakeJwtWithPayload(keys Keys, payload url.Values) string

func MakeJwtWithoutPayload

func MakeJwtWithoutPayload(keys Keys) string

Types

type KeySet

type KeySet []Keys

type Keys

type Keys struct {
	Secret []byte `json:"secret"`
	Access string `json:"access"`
}

Jump to

Keyboard shortcuts

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