Pregunta

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?

¿Fue útil?

Solución 2

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

Otros consejos

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top