package
0.0.0-20240113111944-56a2bce929ec
Repository: https://github.com/folefac/learn_fiber.git
Documentation: pkg.go.dev

# Functions

ComparePasswords func for a comparing password.
ExtractTokenMetadata func to extract metadata from JWT.
GenerateNewTokens func for generate a new Access & Refresh tokens.
GeneratePassword func for a making hash & salt with user password.
No description provided by the author
NormalizePassword func for a returning the users input as a byte slice.
ParseRefreshToken func for parse second argument from refresh token.
ValidatorErrors func for show validation errors for each invalid fields.

# Structs

TokenMetadata struct to describe metadata in JWT.
Tokens struct to describe tokens object.