perfood / couch-auth

Powerful authentication for APIs and apps using CouchDB (or Cloudant) with Node >= 14
MIT License
68 stars 19 forks source link

Installation, general information, important changes #2

Open TssT16 opened 4 years ago

TssT16 commented 4 years ago

Can I install it over npm like the main repo 'npm install superlogin'
or must I clone this git?

Can you please give a small tutorial on how to install?
Thanks

fynnlyte commented 4 years ago

Current Master:

npm i github:perfood/couch-auth

But you should probably lock it to a specific commit, e.g

npm i github:perfood/couch-auth#7c4051b32c7299e4f44e795e8b7c15405f8373f5
fynnlyte commented 4 years ago

Hi, It's now available on NPM.

fynnlyte commented 3 years ago

0.14.0 with a lot of updates is released now. Note that the schema of the documents and user-DBs changed, which requires to migrate the existing data. Forking + staying on 0.13.X is also an option, but I'll only maintain the current release.

fynnlyte commented 2 years ago

0.17.0 comes with a few breaking changes due to a migration from ejs to nunjucks.