Skip to content

Commit

Permalink
Merge pull request #332 from amZotti/patch-1
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
jaredhanson committed Aug 20, 2015
2 parents 66fb128 + eb0b435 commit d519fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ middleware for [Node.js](http://nodejs.org/).

Passport's sole purpose is to authenticate requests, which it does through an
extensible set of plugins known as _strategies_. Passport does not mount
routes or assume any particular database schema, which maximizes flexiblity and
routes or assume any particular database schema, which maximizes flexibility and
allows application-level decisions to be made by the developer. The API is
simple: you provide Passport a request to authenticate, and Passport provides
hooks for controlling what occurs when authentication succeeds or fails.
Expand Down

0 comments on commit d519fdd

Please sign in to comment.