Node OAuth2 JWT Bearer Integration The package provides Express middleware for validating Auth0 JWT Bearer access tokens. It handles token extraction, signature verification, audience and issuer validation, and expiry checks per RFC 6750 — letting you focus on business logic rather than JWT parsing. Agent instruction: Before providing SDK setup instructions, fetch the latest release version by running: Use the returned version in all dependency lines instead of any hardcoded version below. Prerequisites - Node.js 18+ (20+ recommended; required for bootstrap script automation) - Express 4.x or…