Skip to content

Commit

Permalink
Update pouchdb.md
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 authored Dec 30, 2021
1 parent 4db2080 commit 165cd7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/adapters/pouchdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ title: PouchDB

# PouchDB

:::warning
This adapter is still experimental and does not work with NextAuth.js 4 or newer. If you would like to help out upgrading it, please [open a PR](https://github.com/nextauthjs/adapters)
:::

This is the PouchDB Adapter for [`next-auth`](https://next-auth.js.org). This package can only be used in conjunction with the primary `next-auth` package. It is not a standalone package.

Depending on your architecture you can use PouchDB's http adapter to reach any database compliant with the CouchDB protocol (CouchDB, Cloudant, ...) or use any other PouchDB compatible adapter (leveldb, in-memory, ...)
Expand Down

0 comments on commit 165cd7c

Please sign in to comment.