Changeset 489 for Dev/trunk/src/node_modules/passport/README.md
- Timestamp:
- 03/08/14 11:41:10 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/src/node_modules/passport/README.md
r484 r489 14 14 15 15 $ npm install passport 16 17 ###### Donate 18 19 Using Passport in your project? [Donations](https://www.gittip.com/jaredhanson/) 20 are greatly appreciated and help support development of this and other quality 21 modules. 16 22 17 23 ## Usage … … 86 92 }); 87 93 88 ## Examples89 90 For a complete, working example, refer to the [login example](https://github.com/jaredhanson/passport-local/tree/master/examples/login)91 included in [passport-local](https://github.com/jaredhanson/passport-local).92 93 94 ## Strategies 94 95 95 Passport has a comprehensive set of **over 1 20** authentication strategies96 Passport has a comprehensive set of **over 140** authentication strategies 96 97 covering social networking, enterprise integration, API services, and more. 97 98 The [complete list](https://github.com/jaredhanson/passport/wiki/Strategies) is … … 109 110 |[Google](https://github.com/jaredhanson/passport-google-oauth) | OAuth / OAuth 2.0 |[Jared Hanson](https://github.com/jaredhanson) | 110 111 |[Twitter](https://github.com/jaredhanson/passport-twitter) | OAuth |[Jared Hanson](https://github.com/jaredhanson) | 112 113 ## Examples 114 115 - For a complete, working example, refer to the [login example](https://github.com/jaredhanson/passport-local/tree/master/examples/login) 116 included in [passport-local](https://github.com/jaredhanson/passport-local). 117 - Please refer to this [tutorial](http://mherman.org/blog/2013/11/10/social-authentication-with-passport-dot-js/) on setting up various social authentication strategies, including a working example found on this [repo](https://github.com/mjhea0/passport-examples). 111 118 112 119 ## Related Modules
Note: See TracChangeset
for help on using the changeset viewer.