Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
type
{ IncomingMessage } from
"node:http"
;
2
import
{ apiKey } from
"@better-auth/api-key"
;
3
import
{ sso } from
"@better-auth/sso"
;
4
import
* as bcrypt from
"bcrypt"
;
Callers
nothing calls this directly
Calls
8
sendVerificationEmail
Function · 0.90
sendEmail
Function · 0.90
getUserByToken
Function · 0.90
updateWebServerSettings
Function · 0.90
getPublicIpWithFallback
Function · 0.90
getHubSpotUTK
Function · 0.90
submitToHubSpot
Function · 0.90
createAuditLog
Function · 0.90
Tested by
no test coverage detected