Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sahat/hackathon-starter
/ user.js
File
user.js
controllers/user.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
crypto = require(
'node:crypto'
);
2
const
passport = require(
'passport'
);
3
const
validator = require(
'validator'
);
4
const
mailChecker = require(
'mailchecker'
);
Callers
nothing calls this directly
Calls
5
sendPasswordlessLoginLinkIfUserExists
Function · 0.85
sendPasswordlessSignupLink
Function · 0.85
revokeAllProviderTokens
Function · 0.85
revokeProviderTokens
Function · 0.85
sendTwoFactorEmail
Function · 0.85
Tested by
no test coverage detected