Hello everyone,
I m using import { Storage } from ‘@ionic/storage’; and saving token with (this.storage.set(‘token’, token)) but when i go my phone app controller and clear cache and data from there and go back my app. it sees the token again.Im doing this for login page to not login everytime if the token exist on data . What should i do im not so good at ionic2 and trying to be better
Thank you
Best Regards