passportjs 0.6.0+~1.0.0-2 source package in Ubuntu

Changelog

passportjs (0.6.0+~1.0.0-2) unstable; urgency=medium

  * Team upload
  * Drop __proto__ calls

 -- Yadd <email address hidden>  Thu, 01 Dec 2022 15:10:08 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe web
Mantic release universe web
Lunar release universe web

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
passportjs_0.6.0+~1.0.0-2.dsc 2.5 KiB 9ec1afa95b0b6c16c77b4b4e3072f62794db419c3caaba46abb78755e1bea562
passportjs_0.6.0+~1.0.0.orig-passport-strategy.tar.gz 4.1 KiB e25c91b49663956b0a430abff9e7854f5e44c76eae15ea04d4742faeb60a2e7d
passportjs_0.6.0+~1.0.0.orig.tar.gz 58.2 KiB 725c3c3b78fc52cba8e521591e2e59a6c37acc58c327e3331366adddc5071371
passportjs_0.6.0+~1.0.0-2.debian.tar.xz 5.9 KiB b6fe6429dbcfd5b060e7a6cd3afc8582d105014f04ed5f82d446795df72c4274

Available diffs

No changes file available.

Binary packages built by this source

node-passport: 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.