Gathering detailed insights and metrics for @ladjs/passport
Gathering detailed insights and metrics for @ladjs/passport
Gathering detailed insights and metrics for @ladjs/passport
Gathering detailed insights and metrics for @ladjs/passport
npm install @ladjs/passport
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (99.49%)
Shell (0.51%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
7 Stars
73 Commits
2 Forks
7 Watchers
4 Branches
6 Contributors
Updated on May 19, 2024
Latest Version
5.1.4
Package Id
@ladjs/passport@5.1.4
Unpacked Size
24.17 kB
Size
6.96 kB
File Count
4
NPM Version
9.5.1
Node Version
18.16.0
Published on
Apr 23, 2024
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
11
Passport for Lad
npm:
1npm install @ladjs/passport
1const Passport = require('@ladjs/passport'); 2const koa = require('koa'); 3const mongoose = require('mongoose'); 4const passportLocalMongoose = require('passport-local-mongoose'); 5 6const User = new mongoose.Schema(); 7User.plugin(passportLocalMongoose, { 8 // ... 9}); 10const Users = mongoose.model('User', UserSchema); 11 12const passport = new Passport({}, Users); 13 14const app = new Koa(); 15app.use(passport.initialize()); 16app.use(passport.session());
Currently supported strategies:
See index.js for configuration defaults and environment flags.
You can customize the field names and phrases, see the fields
and phrases
objects in index.js.
Name | Website |
---|---|
Nick Baugh | http://niftylettuce.com/ |
Shaun Warman | https://shaunwarman.com/ |
shadowgate15 | https://github.com/shadowgate15 |
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no SAST tool detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More