passportjs 0.6.0+~1.0.0-1 source package in Ubuntu

Changelog

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

  * Team upload
  * Declare compliance with policy 4.6.1
  * Add dependency to node-utils-merge
  * New upstream version 0.6.0+~1.0.0 (Closes: #1014385, CVE-2022-25896)

 -- Yadd <email address hidden>  Tue, 05 Jul 2022 11:48:28 +0200

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
passportjs_0.6.0+~1.0.0-1.dsc 2.5 KiB 462658c4c68b520a6e76ed3025e2daccca68ef1b6f4494c371d00458100cac8e
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-1.debian.tar.xz 5.7 KiB e2cef85624e268ff10dbaf954f7e80d86cf720b56e573026e1ca0c41f3f366ae

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.