I'm using PouchDB and PouchDB Authentication 1.1.3 with VueJS and CouchDB 3.2.1.
I had a first problem with Chrome which returned me an empty userCtx, which I solved by adding in local.ini configuration:
[couch_httpd_auth]
same_site = None
But now it's with Safari and iOS that I have the same problem
I have the impression that this plugin is no longer maintained, but do you have a solution.
Hello,
I'm using PouchDB and PouchDB Authentication 1.1.3 with VueJS and CouchDB 3.2.1.
I had a first problem with Chrome which returned me an empty userCtx, which I solved by adding in local.ini configuration: [couch_httpd_auth] same_site = None
But now it's with Safari and iOS that I have the same problem I have the impression that this plugin is no longer maintained, but do you have a solution.
Thank you Best regard