Skip to content

Commit

Permalink
update project status
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed May 11, 2014
1 parent 72db75c commit d4f98d3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ db.login('batman', 'brucewayne').then(function (batman) {
});
```

**Note: this is a work in progress and will probably be deprecated in favor of [Janus](https://github.com/pouchdb/janus).**

* [Overview](#overview)
* [Setup](#setup)
* [API](#api)
Expand Down Expand Up @@ -40,6 +38,12 @@ And best of all, CouchDB does it with good ol'-fashioned HTTP. Just open up the

To get started, just install CouchDB, throw in [a little SSL](ssl), and you've got everything you need for your site's authentication.

### Project status

This plugin works, but it is no longer maintained. In the future you will be able to look to [Janus](https://github.com/pouchdb/janus) for all your PouchDB authentication needs.

Also, this plugin only works with vanilla CouchDB. The point is to give you a lightweight authentication API that doesn't require anything fancy – no additional server daemons, no third-party providers, just straight-up Pouch and Couch.

Setup
---------

Expand Down

0 comments on commit d4f98d3

Please sign in to comment.