class JwtResolver
implements ITenantResolver
Resolves the tenant id from a claim in an unverified JWT payload.
Security note: This resolver uses unverified decode — tenant identity is taken from an unsigned token claim. An application using this without auth middleware must understand a client could spoof the tenant claim.