I am refreshing access tokens for every requests and blacklisting the previous token. The problem is if there are multiple consecutive requests, the first token is invalidated by the next request. Is there a feature in flask-jwt-extended that implements a grace period before blacklisting a token?
I am reading the docs and can't find this feature. Can you guys direct me to the right path to attain my objective?