We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Basic auth on Couch is known to be slowhttps://docs.couchdb.org/en/stable/config/auth.html#chttpd_auth/iterations) depending on your password hashing iterations. Instead of passing basic auth creds on each Couch request, we should consider leveraging a session cookie.
One heavy handed 😅 option here would be to switch to just to Pouch with the http adapter and https://github.com/medic/pouchdb-session-authentication.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Basic auth on Couch is known to be slowhttps://docs.couchdb.org/en/stable/config/auth.html#chttpd_auth/iterations) depending on your password hashing iterations. Instead of passing basic auth creds on each Couch request, we should consider leveraging a session cookie.
One heavy handed 😅 option here would be to switch to just to Pouch with the http adapter and https://github.com/medic/pouchdb-session-authentication.
The text was updated successfully, but these errors were encountered: