token

package
v0.0.0-...-2d60e20 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2016 License: GPL-3.0, LGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrMissingClaims = errors.New("jwt/verify: verification error - missing mandatory claims")
	ErrExpired       = errors.New("jwt/verify: token has expired")
	ErrNotYetValid   = errors.New("jwt/verify: token is not yet valid")
)

Functions

func Verify

func Verify(token string, key []byte) (map[string]interface{}, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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