Question

I am developing a small website and I don't want to implement a full authentication workflow given the scope of the project and I can't rely that all users have Facebook account (so I need fallback from Facebook Connect). I want to offload the user authetication management task to a 3rd party service and I recently came across Mozilla Persona which seems exactly what I am looking for. However, its still in early stage it seems - what are some other services that do the same?

Was it helpful?

Solution 2

I found an exhaustive list of services in passport's strategy section. I still have to research which one I like the most.

OTHER TIPS

You can use Janrain to allow users to choose from multiple authentication sources (Facebook, Twitter, Google, etc.) This is probably the most popular library out there for that sort of thing at this time. Uh, or at least it seemed like it was when I had to do something like this a while back.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top