utils

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Feb 29, 2024 License: MIT 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)

我们Token需要获取,从哪里获取后验证 1. URL Query String 2. Custom Header 3. Authorization Header

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