ng2-social-login
v2.0.5
Published
A light weight angular 2 , nodejs, mongo DB social login for facebook, google and linkedin.
Downloads
38
Maintainers
Readme
Cuppa Angular2 OAuth
Social Login Script for Facebook, Google, LinkedIn
It is often required that, a user register's or sign up to login to a particular website or application. It is a tedious job to fill those long forms with user basic details. To avoid filling long forms, Cuppa Angular 2 OAuth provides a module to login using social OAuth services like google OAtuh, Facebook OAuth and LinkedIn OAuth. Using this your application will be able to recieve basic details of the user from social networking sites and you can store in your application environment.
Documentation | Demo.
Documentation | Demo.
Locally Build and Run
- Clone git repository.
- Configure
auth-config.js
with your mongoDB environment details and app secrets. - replace
authServerBaseUrl
in login component with your environment details. - Run
npm start
- Go to
http://localhost:5000
NOTE: When running in local environment, make sure the redirect URL should match with the redirect URL you specified at the time of creating app with respective providers viz., Facebook, Google, LinkedIn. you can add http://localhost:5000/admin as redirectURL.
Ahh !!! Now you are ready to make your app up and running.
Licence
This project is licensed under the MIT license. See the LICENSE file for more info.
Credits
Thanks to Font Awesome the library.
Author
Pradeep Kumar Terli