Are there any robust authentication libraries for node.js as for rails (devise, sorcery), that could allow to do external authentication (facebook connect, twitter...) as well?
Take the 2-minute tour
×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
|
|
everyauth allows you to set up authentication with a wide range of services. It basically gives you an API to map facebook or twitter or google authentication objects to your user models and back again. Some examples of it being used: |
|||||
|
|
Passport supports more than 30 authentication strategies. |
|||||
|