passportjs 0.4.1-1 source package in Ubuntu

Changelog

passportjs (0.4.1-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Change priority extra to priority optional.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers to use salsa repository.

  [ Xavier Guimard ]
  * Declare compliance with policy 4.5.0
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf
  * Use pkg-js-tools auto install
  * New upstream version 0.4.1
  * Drop patches
  * Embed components: passport-strategy, pause
  * Enable upstream test using mocha (including components tests)
  * Add build dependency to node-proxyquire
  * Add "Multi-Arch: foreign"
  * Fix upstream/metadata

 -- Xavier Guimard <email address hidden>  Fri, 29 May 2020 21:08:38 +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

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
passportjs_0.4.1-1.dsc 2.6 KiB 663330e023158b4454cff6bfd432b201f77842be646638374b838b554f8c3a7f
passportjs_0.4.1.orig-passport-strategy.tar.gz 4.0 KiB 3d9cf34ce7bc614cf2e1ee740220c3c4c459e9d96c5fc86e845377641c03cba3
passportjs_0.4.1.orig-pause.tar.gz 3.1 KiB 6ea4b61dc555f192cfddfe065bed378c3abf620cd53a812bf1c3c8b36c12773e
passportjs_0.4.1.orig.tar.gz 26.1 KiB 85eb823ea31a9e67e17678b32ebf15bedb7df2529e9520ab76cfcff463911df2
passportjs_0.4.1-1.debian.tar.xz 5.5 KiB 42a7d7b9eb6361ec6a1873b22652a8cee2ce049e629b77a88dda7fdf329169b2

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.