hi, I am trying to load test my application but I'...
# talk-hydra
g
hi, I am trying to load test my application but I'm stuck on getting a JWT access token. I tried the legacy password grant flow and was able to get a access token just for testing framework. however, when verifying the token, the express js app is throw error. I found that the JWT header's kid valid is an empty string. also, the token is missing a sub claim. what am I missing?