Hi, I'm using ng-token-auth with ionic and found that using cookies for storage does not work in the app, more info here
You have to set the config option storage like this: storage: 'localStorage'
Hi, I'm using ng-token-auth with ionic and found that using cookies for storage does not work in the app, more info here
You have to set the config option storage like this: storage: 'localStorage'