whosFritz / MensiMates

Everything about MensiMates
https://project.mensimates.de
4 stars 1 forks source link

check if jwt token is expired #137

Closed whosFritz closed 1 year ago

whosFritz commented 1 year ago

Currently I'm trying fetching data with a token from local storage and if it fails I get a new token. Result:

change this so it checks if jwt token is expired "replace getting a new jwt token with checking jwt token" Goal:

Do it with this package

Result: