package
0.0.0-20241007214237-3d584b215aed
Repository: https://github.com/dyleme/notifier.git
Documentation: pkg.go.dev
# Functions
NewAuth is the constructor to the AuthService.
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
AuthService struct provides the ability to create user and validate it.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
HashGen struct is realization of the HashGenerator interface with the bcrypt package.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
HashGenerator interface providing you the ability to generate password hash and compare it with pure text passoword.
JwtGenerator is an interface that provides method to create jwt tokens.
UserRepo is an interface which provides methods to implement with repository.