Skip to content

Commit d4f98d3

Browse files
committed
update project status
1 parent 72db75c commit d4f98d3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ db.login('batman', 'brucewayne').then(function (batman) {
1111
});
1212
```
1313

14-
**Note: this is a work in progress and will probably be deprecated in favor of [Janus](https://github.com/pouchdb/janus).**
15-
1614
* [Overview](#overview)
1715
* [Setup](#setup)
1816
* [API](#api)
@@ -40,6 +38,12 @@ And best of all, CouchDB does it with good ol'-fashioned HTTP. Just open up the
4038

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

41+
### Project status
42+
43+
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.
44+
45+
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.
46+
4347
Setup
4448
---------
4549

0 commit comments

Comments
 (0)