Skip to main content

PasswordHashingStrategy

Defines how user passwords get hashed when using the NativeAuthenticationStrategy.

Info

This is configured via the authOptions.passwordHashingStrategy property of your VendureConfig.

Signature

hash

method(plaintext: string) => Promise<string>

check

method(plaintext: string, hash: string) => Promise<boolean>
Was this chapter helpful?
Report Issue
Edited Feb 25, 2026ยทEdit this page