An OAuthTokenVerifier that validates JWT access tokens against an IdP's JWKS: signature, iss, aud, and exp/nbf. This is the verifier the MCP SDK's requireBearerAuth needs but does not ship. Drop it into protectMcpServer.
iss
aud
exp
nbf
requireBearerAuth
An OAuthTokenVerifier that validates JWT access tokens against an IdP's JWKS: signature,
iss,aud, andexp/nbf. This is the verifier the MCP SDK'srequireBearerAuthneeds but does not ship. Drop it into protectMcpServer.