AngularJS + OAuth
angularjs, oauth
Solution
Take a look at oauth.io
- Easy implementation in Javascript
- 80+ OAuth providers
- Fast & secure
Problem
I'm trying to write a login solution for my Angular App, This means to allow the user to connect via Facebook/Google/Twitter or Register normally. I found Angular-OAuth to be useful, but it didn't seem to work with Facebook (or Twitter). Anyone knows of an all-inclusive solution for this?