Ignore:
Timestamp:
03/08/14 11:41:10 (11 years ago)
Author:
hendrikvanantwerpen
Message:

Update node modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/node_modules/passport/README.md

    r484 r489  
    1414
    1515    $ npm install passport
     16
     17###### Donate
     18
     19Using Passport in your project?  [Donations](https://www.gittip.com/jaredhanson/)
     20are greatly appreciated and help support development of this and other quality
     21modules.
    1622
    1723## Usage
     
    8692      });
    8793
    88 ## Examples
    89 
    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 
    9394## Strategies
    9495
    95 Passport has a comprehensive set of **over 120** authentication strategies
     96Passport has a comprehensive set of **over 140** authentication strategies
    9697covering social networking, enterprise integration, API services, and more.
    9798The [complete list](https://github.com/jaredhanson/passport/wiki/Strategies) is
     
    109110|[Google](https://github.com/jaredhanson/passport-google-oauth) | OAuth / OAuth 2.0        |[Jared Hanson](https://github.com/jaredhanson)  |
    110111|[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)
     116included 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).
    111118
    112119## Related Modules
Note: See TracChangeset for help on using the changeset viewer.