❔ JWT still being accepted after it expires in web API
This is the endpoint that requires the JWT
After 15 seconds, as long as I keep the Authorization header with the JWT, the endpoint doesn't 401 me
2 Replies
The exp seems to be correct
But it is now well passed that time and I can still use this token
Oh shit wait
The minium JWT expiration is 5 mionuites?
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.