-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dammit iOS #232
Comments
Hello All, Though you would want to see the output of
In the response in Firefox I see - Note I get a
Not sure how I got In the Also important to note that on Firefox the As far as the logging goes on CouchDb on the server. I get this: Firefox on OSX:
Safari on iOS
Notice there is a Example Request from Safari. iOS and Firefox have size 40 bytes and I have confirmed correct username/password are being sent in the request:
|
Hello |
I ended up jumping ship on it. After going through the code base it seems a bit stale and I ended up using alternatives. Still think PouchDb is awesome!! Plugins have a life cycle of their own. |
Yes and also with PWA integration there is no problem))) |
@lloydroc What was the alternative auth plugin you used? I'm looking to build an app with PouchDb now and in need of an auth solution myself. |
Hi @s-oram sorry for taking so long to respond. I used plain old javascript to login (axios) in my case. If that is successful I save the credentials in a safe place and have to pass them to PouchDB each time as auth. It's not optimal. |
Thanks @lloydroc, I'll add axios to the consideration list. :) |
Hi All,
We have the latest version 1.1.2 and weve been happy with it. We can successfully log onto all major browsers on OSX as well and Chrome on Android. When logging into iOS the session is created successfully and I see the HTTP only Auth Cookie come back in the log in response but latter requests don't contain the Auth token cookie and we get authentication issues after we request again after the successful login. I've compared both the OSX auth flow and iOS auth flow and am flummoxed on why iOS wont contain the auth cookie in the next requests after the cookie is created. Any ideas?
Thanks!
Lloyd
The text was updated successfully, but these errors were encountered: