package
2.0.0+incompatible
Repository: https://github.com/gbrayhan/microservices-go.git
Documentation: pkg.go.dev
# Functions
CheckPasswordHash compares a bcrypt hashed password with its possible plaintext equivalent.
# Structs
DataSecurityAuthenticated is a struct that contains the security data for the authenticated user.
DataUserAuthenticated is a struct that contains the data for the authenticated user.
LoginUser is a struct that contains the request body for the login user.
SecurityAuthenticatedUser is a struct that contains the data for the authenticated user.
Service is a struct that contains the repository implementation for auth use case.