jwt

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2022 License: MPL-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package jwt @Title jwt.go @Description jwt token @Author Brandon 时间(2022/8/29) @Update Brandon 时间(2022/8/29)

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TokenProvider

type TokenProvider interface {
	VerifyToken(tokenString, aud, iss string) (jti string, err error)
	CreateToken(aud, iss, sub, jti string, nbf int64) (signed string)
	Load(key string, exp int)
}

TokenProvider jwt配置加载, token生成和读取

var JwtTokenProvider TokenProvider

Jump to

Keyboard shortcuts

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