auth0-blog / angular2-authentication-sample

This is a sample that shows how to add authentication to an Angular 2 (ng2) app
MIT License
966 stars 334 forks source link

Social Logins #42

Closed drejohnson closed 8 years ago

drejohnson commented 8 years ago

Any plans to add an example with social logins?

examdotcom commented 8 years ago

For Angular 1 I recommend https://github.com/sahat/satellizer I can't see any Angular 2 activity on that project, but probably worth raising an issue with that project to upgrade to Angular 2.

chenkie commented 8 years ago

Auth0 handles social logins for easily :) You can see details in the aside of this post.

There is also an Angular 2 version of Satellizer called ng2-ui-auth.