utils

package
v0.0.17 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2023 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

bcrypt 为加盐hash 就算传入相同的值, hash出来的值每次都不同 比对的时候会将保存密码时加的盐取出来,再和传入的密码做比对

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