Skip to content

Commit

Permalink
Add warning about master instability.
Browse files Browse the repository at this point in the history
  • Loading branch information
ammmir committed Dec 9, 2011
1 parent 858f29b commit 189e344
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# OAuth 2 Provider for Connect & Express

WARNING: If you're using this module via npm, be sure to use a specific
version in your `package.json` since until this module reaches 1.x there
will be breaking changes in both npm and master. Stable releases are
tagged on GitHub, so use those versions to pull down a specific one from
npm.

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

Expand Down

0 comments on commit 189e344

Please sign in to comment.