A simplified JWT verification callback that accepts a concrete JWK.
Using a plain JWK instead of the full JwtSigner union avoids a circular
dependency when trust-chain verification is itself invoked from inside a
verifyJwt callback (e.g. when resolving a federation trust chain to
obtain the signer's public key).
A simplified JWT verification callback that accepts a concrete JWK.
Using a plain JWK instead of the full
JwtSignerunion avoids a circular dependency when trust-chain verification is itself invoked from inside averifyJwtcallback (e.g. when resolving a federation trust chain to obtain the signer's public key).