MCPcopy
hub / github.com/CapSoftware/Cap / route.ts

File route.ts

apps/web/app/api/mobile/[...route]/route.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import crypto from "node:crypto";
2import { authOptions } from "@cap/database/auth/auth-options";
3import { isEmailAllowedForSignup } from "@cap/database/auth/domain-utils";
4import { hashPassword } from "@cap/database/crypto";

Callers

nothing calls this directly

Calls 15

serverEnvFunction · 0.90
isEmailAllowedForSignupFunction · 0.90
createNotificationFunction · 0.90
hashPasswordFunction · 0.90
apiToHandlerFunction · 0.90
normalizeEmailFunction · 0.85
hashEmailCodeFunction · 0.85
sendMobileEmailCodeFunction · 0.85
createOrUpdateEmailUserFunction · 0.85
parsePositiveIntegerFunction · 0.85

Tested by

no test coverage detected