nottr (Part 1) | Host, sync and authenticate CouchDB with PouchDB on Electron + React App

preview_player
Показать описание

In this video I am taking a shot at figuring out how to setup a CouchDB sync server for my notes pet project.

Achieved objectives
- Learn how to setup a CouchDB server
- Learn how to sync local and remote databases via PouchDB
- Learn how authentication works on CouchDB
- Come up with a plan on how to securely authenticate users with Django/Flask.
Рекомендации по теме
Комментарии
Автор

You probably figured something out in the meanwhile, but the auth plugin does not work within node because it uses cookie authentication, but within node there are no cookies. If you had tested it in the browser it would have worked. Im curious if you have figured that out in the meanwhile or if you stuck to the basic auth.

thenepumuk