0
votes

As I'm moving from CouchDB to Cloudant and since there is no _users database in Cloudant what are the best practices of creating a new user using POST/PouchDB authentication and updating user document with some data eg. login time?

1

1 Answers

1
votes

It is possible to use CouchDB style users with Cloudant databases, see Enabling the _users database with Cloudant section of the authorization docs. However there are also solutions such as envoy which can help out.