After deploying my Cordova application about 100 times, I got really tired of changing environment specific constants. I was doing some work in the office and then packing up my laptop and then doing some more work at home. One…
Authentication with Ionic and Angular.js in a Cordova/Phonegap mobile web application
There are many different approaches to authentication in general. One size certainly does not fit all. However, I will explain one approach to solve this problem using the ionic framework and Angular.js. First, we need to discuss how the backend…