
Security News
Open Source Maintainers Feeling the Weight of the EU’s Cyber Resilience Act
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
@ladjs/passport
Advanced tools
Passport for Lad
npm:
npm install @ladjs/passport
const Passport = require('@ladjs/passport');
const koa = require('koa');
const mongoose = require('mongoose');
const passportLocalMongoose = require('passport-local-mongoose');
const User = new mongoose.Schema();
User.plugin(passportLocalMongoose, {
// ...
});
const Users = mongoose.model('User', UserSchema);
const passport = new Passport({}, Users);
const app = new Koa();
app.use(passport.initialize());
app.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 |
FAQs
Passport for Lad
The npm package @ladjs/passport receives a total of 65 weekly downloads. As such, @ladjs/passport popularity was classified as not popular.
We found that @ladjs/passport demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.