Skip to content
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

Overlap with SuperLogin #115

Open
chadananda opened this issue Apr 14, 2017 · 1 comment
Open

Overlap with SuperLogin #115

chadananda opened this issue Apr 14, 2017 · 1 comment

Comments

@chadananda
Copy link

Superlogin is a client & server library for integrating login and roles with access to CouchDB using secure sessions. It seems there is a lot of overlap with Hoodie with regard to managing client authenticate access to CouchDB data.

Hoodie seems to have much more mature client-side interface making offline client application design easier. Hoodie seems weak in integrating the application with server-side private API services which ideally would use the same session and user roles to access private services.

I would love to see these two worlds integrated. Has anyone from the Hoodie community taken a close look at Superlogin?

@gr2m
Copy link
Member

gr2m commented Jun 17, 2017

I had a quick look at Superlogin and the biggest challange I see is that it’s built with express as far as I can tell, Hoodie is built with hapi.

We are also looking into adding providers now, ideally using our new plugin architecture. On the client side, we are thinking about an API like hoodie.signInWith(providername, options), see #75 (comment).

Let me know if you are still interested in Hoodie and 3rd party logins, happy to help you get involved in moving this forward

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants