Skip to content

Commit

Permalink
Minor doc update.
Browse files Browse the repository at this point in the history
  • Loading branch information
ammmir committed Nov 9, 2011
1 parent a1094af commit 858f29b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# OAuth 2 Provider for node.js
# OAuth 2 Provider for Connect & Express

Supports both server-side (code) and client-side (token) OAuth flows.
This is a node.js module for implementing OAuth2 servers (providers)
that support server-side (code) and client-side (token) OAuth flows.

It's very customizable, so you can (and currently, must) take care of
OAuth token storage and client lists. In the future, a Mongo or Redis
backed abstraction will be provided so you don't need to care about
any kind of storage at all.

## Quick Start

Expand Down

0 comments on commit 858f29b

Please sign in to comment.