Open sebastienrousseau opened 9 years ago
Adding functionalities on issue #4 1) Updating app description, devDependencies 2) Refactoring controllers and services 3) Adding social logins (Facebook and Google+) 4) Fixing view-titles on HTML views 5) Adding AuthService and LocalStorageService
Adding functionalities on issue #4 1) Adding signupController.js and related service/html template (not working yet) 2) Adding cordova-plugin-install task to gulp to automate cordova plugins dependencies, updating package.json accordingly 3) Adding Sign up menu item 4) Creating user.service.js
Updated issue #4 on commit 15392f9b7e
1) Automating image optimization with imagemin-pngquant 2) Updating sign up and login views 3) Updating auth.service.js
Many APIs such as Google, Twitter, and Facebook require Oauth in order to use. This can get tricky when it comes to mobile because authorization must happen externally in a web browser.
The purpose of this library is to quickly and easily obtain an access token from various web services to use their APIs.
Research
https://github.com/nraboy/ng-cordova-oauth
Definition of Done
1) N/A