MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / currentTotpStep

Function currentTotpStep

apps/api/src/api/auth/services/mfa.utils.ts:19–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 * matched step for replay-guard checks.
18 */
19export const currentTotpStep = (): number =>
20 Math.floor(nowMs() / 1000 / MFA_TOTP_STEP_SECONDS);
21
22/**
23 * Build the otpauth `TOTP` instance the service uses to both render

Callers 3

verifySetupMethod · 0.90
verifyTotpLoginMethod · 0.90
mfa.utils.test.tsFile · 0.90

Calls 1

nowMsFunction · 0.90

Tested by

no test coverage detected