4May
Developping an authentication system between client, server, and CouchDB database
I’m creating a self hosted application which relies on CouchDB to store its data. The client (react) might access the database, which is proxied by the express server to myapp.com/database. The server needs to access the database as well. …