utils

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2022 License: MulanPSL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckPasswordHash

func CheckPasswordHash(password, hash string) bool

func GetToken

func GetToken(r *http.Request) (accessToken string)

GetToken 我们Token哪里获取? 1. URL Query String ? 2. Custom Header ? 3. Authorization Header test go mod cache

func Hash

func Hash(data string) string

func HashPassword

func HashPassword(password string) string

func IsAccessTokenExpiredError

func IsAccessTokenExpiredError(err error) bool

IsAccessTokenExpiredError 判断是否NotFoundError

func MakeBearer

func MakeBearer(lenth int) string

MakeBearer https://tools.ietf.org/html/rfc6750#section-2.1 b64token = 1*( ALPHA / DIGIT /"-" / "." / "_" / "~" / "+" / "/" ) *"="

Types

This section is empty.

Jump to

Keyboard shortcuts

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