Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular-app/angular-app
/ next
Function
next
server/test/security.js:64–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
var
nextCalled = false;
63
var
jsonCalled = false;
64
var
next =
function
() { nextCalled = true; };
65
66
// Test when user is unauthenticated
67
req.isAuthenticated =
function
() {
return
false; };
Callers
5
server.js
File · 0.50
protectJSON.js
File · 0.50
security.js
File · 0.50
authenticationFailed
Function · 0.50
xsrf.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected