Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Authentication support #3

Open
whitetigle opened this issue Nov 12, 2018 · 2 comments
Open

Authentication support #3

whitetigle opened this issue Nov 12, 2018 · 2 comments
Labels
question Further information is requested

Comments

@whitetigle
Copy link
Owner

Currently I'm working with pouchdb-authentication on several projects. It's a neat way to use couchdb authentication support right from the app and also a good way to prototype and test a project fast without having to set any web server.

Last but not least it allows to use the great one-db-per-user model which mean we can check user authorizations (user/role) for any db from the couchdb side.

So my question is simple: is it interesting to add support for authentication too from ElPouch through wrappers and helpers?

@whitetigle whitetigle added the question Further information is requested label Nov 12, 2018
@zakaluka
Copy link

This would be very helpful for me. Without this, it's hard to push logic / algorithms into the browser.

@whitetigle
Copy link
Owner Author

ok. I will add it right after add allDocs implementation.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants