0
I’d like some help, because I’ve been trying for days to think of a way to do this, but I still can’t quite figure out how to do it.
I have an Ionic application, where access happens through a login that gives me an access token that expires every 1 hour.
What is the best way to store this token and check whether it has expired or not? And how do I check routes on Ionic?
Thanks to anyone who can at least answer and give me a hand!