Closed XM37 closed 5 years ago
Will take a look at it tomorrow.
Hi, I am not able to reproduce the same issue. There seems to be issue with your JSON data types. An example being the "InvalidIATTest" test.
Can you give me a complete example ?
Thanks.
@XM37 Is it still an issue ?
Hi,
i will verify an item inside the audience claim. How can i do this?
A short example:
how can i verify one of these items inside the JWT token?
I have following decoding statement in my code:
jwt::decode(token, jwt::params::algorithms({algorithm}), jwt::params::aud("normal_user"), jwt::params::secret(key), jwt::params::verify(true));
But if I run these piece of code I will receive following error code: