Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
wbyoung committed Jun 28, 2014
1 parent 6b6a60f commit 83438ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
This is a basic single-page web application that shows how to implement both
cookie and token based authentication in a Node.js API server. The code is for
illustrative purposes only and if you need authentication,
[Passport](http://passportjs.org) is the solution you should look to.
[Passport](http://passportjs.org) or
[Admit One][https://github.com/wbyoung/admit-one] would be solutions you should
consider.

Run the app with either:
`AUTH='cookie' node index.js`
Expand Down

0 comments on commit 83438ab

Please sign in to comment.