4
Answers

What is the best way to check the expiration date of a JWT token?

Md Sarfaraj

Md Sarfaraj

2y
2.5k
1

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.

Answers (4)