MCPcopy
hub / github.com/Dokploy/dokploy / auth.ts

File auth.ts

packages/server/src/lib/auth.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { IncomingMessage } from "node:http";
2import { apiKey } from "@better-auth/api-key";
3import { sso } from "@better-auth/sso";
4import * as bcrypt from "bcrypt";

Callers

nothing calls this directly

Calls 8

sendVerificationEmailFunction · 0.90
sendEmailFunction · 0.90
getUserByTokenFunction · 0.90
updateWebServerSettingsFunction · 0.90
getPublicIpWithFallbackFunction · 0.90
getHubSpotUTKFunction · 0.90
submitToHubSpotFunction · 0.90
createAuditLogFunction · 0.90

Tested by

no test coverage detected