Hello,
I'm working on a python script that helps extract the JWT Token after login.Once that part is done, every scan request made by ZAP should use the Authentication header with the Bearer token.
However, I'm not able to figure out how to set the token for the current session. I've looked into contexts and authentication but I wasn't able to find the right way to do it.
Any help on this will be appreciated.
Thank you!