Source: passportjs Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: David Paleino , Jérémy Lal Build-Depends: debhelper-compat (= 13) , chai , mocha , node-after , node-pause , node-proxyquire , node-utils-merge , dh-sequence-nodejs Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/js-team/passportjs Vcs-Git: https://salsa.debian.org/js-team/passportjs.git Homepage: https://passportjs.org Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-passport Architecture: all Depends: ${misc:Depends} , node-pause , node-utils-merge Provides: ${nodejs:Provides} Multi-Arch: foreign Description: simple, unobtrusive authentication system for Node.js Passport is an authentication middleware for Node.js. Extremely flexible and modular, Passport can be unobtrusively dropped in to any Connect/Express-based web application. . It provides a comprehensive set of authentication systems: using a username and password, social networks credentials, OpenID, and more. . This package only provides the general framework and the "session" authorization strategy: other systems are packaged separately, please install the ones you need. . Node.js is an event-based server-side javascript engine.