From c804dcfcc3924804d9486535c4ac2d5d7fa04ecc Mon Sep 17 00:00:00 2001 From: Krister Viirsaar Date: Thu, 19 Dec 2019 16:38:13 +0200 Subject: [PATCH] Add PouchStore with Bcrypt.js --- PLUGINS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PLUGINS.md b/PLUGINS.md index 00bd249..d7a221f 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -5,6 +5,7 @@ TokenStores are used to store valid tokens for the time of their validity. A cou * [RedisStore](https://github.com/florianheinemann/passwordless-redisstore): Implementation for Redis * [RedisStore (bcrypt-nodejs)](https://www.npmjs.com/package/passwordless-redisstore-bcryptjs): Same as above but using [bcrypt-nodejs](https://github.com/shaneGirish/bcrypt-nodejs) instead of the native version of bcrypt (Thanks [Lloyd Cotten](https://github.com/lloydcotten)) * [PouchStore](https://github.com/daleharvey/passwordless-pouchstore): Implementation for PouchDB / CouchDB (Thanks [@daleharvey](https://twitter.com/daleharvey)) +* [PouchStore (bcrypt.js)](https://www.npmjs.com/package/passwordless-pouchstore-bcryptjs) Implementation for PouchDB / CouchDB using Bcrypt.js (much easier to install). * [BookshelfStore](https://github.com/nnarhinen/passwordless-bookshelfstore): Implementation for Bookshelf.js (Thanks [@nnarhinen](https://twitter.com/nnarhinen)) * [RethinkDBStore](https://github.com/staygrimm/passwordless-rethinkdbstore): Implementation for RethinkDB (Thanks [staygrimm](https://github.com/staygrimm)) * [PostgreStore](https://github.com/Battochon/passwordless-postgrestore): Implementation for PostgreSQL (Thanks [Bruno Marques](http://marques.io))