1- [ ![ passport banner] ( http://cdn.auth0.com/img/passport-banner-github.png )] ( http://passportjs.org )
2-
31# Passport
42
53Passport is [ Express] ( http://expressjs.com/ ) -compatible authentication
@@ -13,22 +11,16 @@ simple: you provide Passport a request to authenticate, and Passport provides
1311hooks for controlling what occurs when authentication succeeds or fails.
1412
1513Status:
16- [ ![ Build] ( https://travis-ci.org/jaredhanson/passport.svg?branch=master )] ( https://travis-ci.org/jaredhanson/passport )
17- [ ![ Coverage] ( https://coveralls.io/repos/jaredhanson/passport/badge.svg?branch=master )] ( https://coveralls.io/r/jaredhanson/passport )
18- [ ![ Dependencies] ( https://david-dm.org/jaredhanson/passport.svg )] ( https://david-dm.org/jaredhanson/passport )
19-
20-
21- ## Sponsorship
22-
23- Passport is open source software. Ongoing development is made possible by
24- generous contributions from [ individuals and corporations] ( https://github.com/jaredhanson/passport/blob/master/SPONSORS.md ) .
25- To learn more about how you can help keep this project financially sustainable,
26- please visit Jared Hanson's page on [ Patreon] ( https://www.patreon.com/jaredhanson ) .
14+ [ ![ Build Status] ( https://travis-ci.org/passport-next/passport.svg?branch=master )] ( https://travis-ci.org/passport-next/passport )
15+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/passport-next/passport/badge.svg?branch=master )] ( https://coveralls.io/github/passport-next/passport?branch=master )
16+ [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/deaf381bf0cff6bf26a5/maintainability )] ( https://codeclimate.com/github/passport-next/passport/maintainability )
17+ [ ![ Dependencies] ( https://david-dm.org/passport-next/passport.png )] ( https://david-dm.org/passport-next/passport )
18+ <!-- [](https://gitlab.com/passport-next/passport-strategy/badges/master/build.svg)-->
2719
2820## Install
2921
3022```
31- $ npm install passport
23+ $ npm install @passport-next/ passport
3224```
3325
3426## Usage
@@ -149,34 +141,9 @@ that uses [passport-local](https://github.com/jaredhanson/passport-local).
149141 - Express v3x - [ Tutorial] ( http://mherman.org/blog/2013/11/10/social-authentication-with-passport-dot-js/ ) / [ working example] ( https://github.com/mjhea0/passport-examples )
150142 - Express v4x - [ Tutorial] ( http://mherman.org/blog/2015/09/26/social-authentication-in-node-dot-js-with-passport ) / [ working example] ( https://github.com/mjhea0/passport-social-auth )
151143
152- ## Related Modules
153-
154- - [ Locomotive] ( https://github.com/jaredhanson/locomotive ) — Powerful MVC web framework
155- - [ OAuthorize] ( https://github.com/jaredhanson/oauthorize ) — OAuth service provider toolkit
156- - [ OAuth2orize] ( https://github.com/jaredhanson/oauth2orize ) — OAuth 2.0 authorization server toolkit
157- - [ connect-ensure-login] ( https://github.com/jaredhanson/connect-ensure-login ) — middleware to ensure login sessions
158-
159- The [ modules] ( https://github.com/jaredhanson/passport/wiki/Modules ) page on the
160- [ wiki] ( https://github.com/jaredhanson/passport/wiki ) lists other useful modules
161- that build upon or integrate with Passport.
162-
163144## Tests
164145
165146```
166147$ npm install
167148$ make test
168149```
169-
170- ## Credits
171-
172- - [ Jared Hanson] ( http://github.com/jaredhanson )
173-
174- ## Supporters
175-
176- This project is supported by ![ ] ( http://passportjs.org/images/supported_logo.svg ) [ Auth0] ( https://auth0.com )
177-
178- ## License
179-
180- [ The MIT License] ( http://opensource.org/licenses/MIT )
181-
182- Copyright (c) 2011-2015 Jared Hanson <[ http://jaredhanson.net/ ] ( http://jaredhanson.net/ ) >
0 commit comments