poetic / ember-cli-cordova-auth

An simple authentication library for ember-cli-cordova applications
20 stars 2 forks source link

Auth token is not reset in the app when signOut #5

Open Chun-Yang opened 10 years ago

Chun-Yang commented 10 years ago

When we call signOut, the token in LocalStorage is reset, but we are not using the reset token in the LocalStorage. Instead we are using the previous one which is saved in the app(memory).

Chun-Yang commented 10 years ago

Try to fix it: https://github.com/poetic/ember-cli-cordova-auth/pull/6

DanielOchoa commented 9 years ago

@Chun-Yang I'll look at this sometime this week so we can finally merge this. Thanks!

Chun-Yang commented 9 years ago

I forget about this too. I do not think it is safe to merge it in for now.