question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Delegated Authentication

See original GitHub issue

Hoodie should support login and signup via various delegated authentication schemes.

Including:

  • Persona
  • GitHub
  • Twitter
  • Facebook
  • generic OAuth
  • etc

Currently hoodie.js just uses CouchDB’s /_session handler for authn. Since all requests go throughhoodie-server` though, we can intercept authentication requests and add delegated authn handling that would create a CouchDB user for us that holds the remote authentication token for future requests.

@daleharvey has a similar project for PouchDB and Persona: https://github.com/daleharvey/couch-persona/

We hope to be able to use passport.js to do all the heavy lifting for us.

In pocket, the app author will be able to define which, if any, delegated authentication schemes are enabled for that app.

Issue Analytics

  • State:closed
  • Created 10 years ago
  • Comments:35 (17 by maintainers)

github_iconTop GitHub Comments

1reaction
inatorcommented, Nov 25, 2013

@svnlto - We seriously need a github like button! Love the 2-pk of Can-o-worms!

0reactions
caolancommented, Jan 23, 2014

Can this be closed? Or, if you’d like to keep discussion open we can move it to hoodiehq/discussion

Read more comments on GitHub >

github_iconTop Results From Across the Web

Delegated Authentication - Salesforce Help
Delegated authentication is similar to single sign-on (SSO), but it offers a slightly different experience to users. With delegated authentication ...
Read more >
Understanding Delegated Authentication vs. Federated ...
Delegated authentication offers a similar experience to Single Sign On (SSO) for end users. The 'delegation' aspect simply means that your ...
Read more >
Delegated Authentication - Okta Documentation
Delegated authentication allows users to sign in to Okta by entering credentials for their organization's Active Directory (AD), Windows networked single ...
Read more >
Stripe launches delegated authentication to improve payment ...
The delegated authentication feature embeds biometric authentication into the merchant's checkout, passing responsibility for authenticating ...
Read more >
What is the difference between delegated authentication and ...
With Delegated Authentication, the user logs in through the normal Salesforce login page, but Salesforce checks with a third-party server ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found