Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sahat/hackathon-starter
/ generateState
Function
generateState
config/passport.js:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
});
29
30
function
generateState() {
31
return
crypto.randomBytes(16).toString(
'hex'
);
32
}
33
34
/**
35
* Sign in using Email and Password.
Callers
1
passport.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected