Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular-app/angular-app
/ security.js
File
security.js
server/lib/security.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
express = require(
'express'
);
2
var
passport = require(
'passport'
);
3
var
MongoStrategy = require(
'./mongo-strategy'
);
4
var
app = express();
Callers
nothing calls this directly
Calls
2
filterUser
Function · 0.85
next
Function · 0.50
Tested by
no test coverage detected