pouchdb-community / pouchdb-authentication

User authentication plugin for PouchDB and CouchDB.
Apache License 2.0
775 stars 118 forks source link

getSession don't work with safari et ios #269

Open burotica49 opened 2 years ago

burotica49 commented 2 years ago

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