Skip to content

Commit

Permalink
Merge pull request #652 from matheushf/patch-2
Browse files Browse the repository at this point in the history
Update Strategies count from HomePage
  • Loading branch information
jaredhanson authored Feb 28, 2018
2 parents 0736707 + 57584dd commit df6e2b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ passport.use(new LocalStrategy(
));
```

There are 300+ strategies. Find the ones you want at: [passportjs.org](http://passportjs.org)
There are 480+ strategies. Find the ones you want at: [passportjs.org](http://passportjs.org)

#### Sessions

Expand Down Expand Up @@ -113,7 +113,7 @@ app.post('/login',

## Strategies

Passport has a comprehensive set of **over 300** authentication strategies
Passport has a comprehensive set of **over 480** authentication strategies
covering social networking, enterprise integration, API services, and more.

## Search all strategies
Expand Down

0 comments on commit df6e2b7

Please sign in to comment.