Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBcryptService ¶
func NewBcryptService(salt int) services.CryptoService
func NewJWTService ¶
func NewJWTService( symmetricKey string, logger services.LoggerService, ) (services.JWTService, error)
Types ¶
type BcryptService ¶
type BcryptService struct {
// contains filtered or unexported fields
}
func (BcryptService) Verify ¶
func (bs BcryptService) Verify(password, hashedPassword string) error
Click to show internal directories.
Click to hide internal directories.