package
0.0.0-20240523094816-f34ca43f1a7f
Repository: https://github.com/fdhhhdjd/banking_platform_golang.git
Documentation: pkg.go.dev

# Functions

CheckPassword checks if the provided password is correct or not.
HashPassword returns the bcrypt hash of the password.
No description provided by the author
No description provided by the author
NewPayload creates a new token payload with a specific username and duration.

# Variables

Different types of error returned by the VerifyToken function.
Different types of error returned by the VerifyToken function.
No description provided by the author

# Structs

JWTMaker is a JSON Web Token maker.
Payload contains the payload data of the token.

# Interfaces

Maker is an interface for managing tokens.