We are building an app and we need to check the JWT token expiration. The question is can we do this from the app side or should the backend handle this?
Note: We are building the application in Flutter.