MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / verifyPasswordHash

Function verifyPasswordHash

packages/auth/src/password.ts:14–19  ·  view source on GitHub ↗
(
  hash: string,
  password: string,
)

Source from the content-addressed store, hash-verified

12}
13
14export async function verifyPasswordHash(
15 hash: string,
16 password: string,
17): Promise<boolean> {
18 return await verify(hash, password);
19}
20
21export async function verifyPasswordStrength(
22 password: string,

Callers 2

consumeRecoveryCodeFunction · 0.90
auth.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected