pouchdb-community / pouchdb-authentication

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

iOS 13.3 and IpadOs. authentication not working #261

Open goltra opened 4 years ago

goltra commented 4 years ago

Hello, we have an app with Ionic 3 and we are having problem with ios13.3 and ipados. Since we have research, seems a problem with cookie. It hasn't been saved and user can't login. Anyone with this problem?

jbrun commented 4 years ago

Hello, I also have some problems on ios since 1 month ago, I think that it also link to the ios update because there was no problem before and I haven't delivered a new version. Have you find a solution?

goltra commented 4 years ago

Hello, I also have some problems on ios since 1 month ago, I think that it also link to the ios update because there was no problem before and I haven't delivered a new version. Have you find a solution?

No for me. I have used my own system to authenticate calling couch api directly 😔

broerse commented 4 years ago

I think it is a CouchDB setting but not sure. Try https://www.cloudstation.com/en for it works fine for us.

goltra commented 4 years ago

I don't think. We think is due to http request. If we use angular http in ios to request session, cookie is not saved but if we use native http module (I'm working with ionic) it works.