user-service
Preparing search index...
infrastructure/auth/BcryptPasswordHasher
BcryptPasswordHasher
Class BcryptPasswordHasher
Implements
PasswordHasher
Index
Constructors
constructor
Methods
compare
hash
Constructors
constructor
new
BcryptPasswordHasher
(
logger
?:
Logger
)
:
BcryptPasswordHasher
Parameters
Optional
logger
:
Logger
Returns
BcryptPasswordHasher
Methods
compare
compare
(
plain
:
string
,
hashed
:
string
)
:
Promise
<
boolean
>
Parameters
plain
:
string
hashed
:
string
Returns
Promise
<
boolean
>
hash
hash
(
password
:
string
)
:
Promise
<
string
>
Parameters
password
:
string
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
compare
hash
user-service
Loading...