Versions in this module Expand all Collapse all v0 v0.1.0 Aug 17, 2022 Changes in this version + func CheckPasswordHash(password, hash string) bool + func GetToken(r *http.Request) (accessToken string) + func Hash(data string) string + func HashPassword(password string) string + func IsAccessTokenExpiredError(err error) bool + func MakeBearer(lenth int) string