Great thank you! It seems i'm doing something wrong?
1. I take a JWT from
https://descope-explorer.com/?flow={my-flow-id}&project={my-project-id}
a. Payload.sessionJwt
2. I copy the "sessionJwt" to JWT debugger at
jwt.io
3. Call the API you referenced above
a. Take the algorithm and pkey from the fields "keys[0].alg" and "keys[0].n" and input them in
jwt.io
4. The validation failed with an invalid signature
Also note that it is the same phenomenon in our JWT validation backend logic