NGINX configuration to Avoid JWT Replay Attack
I am working with a UWSGI application server and NGINX reverse proxy server combo and I wanted to add JWT authentication to NGINX and also configure NGINX in such a way as to avoid JWT replay attack, I know how to configure NGINX for JWT authentication but I am clueless regarding the replay attack counter measures other than Time Stamp.