Namespace Nexus\Mcp\Server\Auth

Classes
JwksAccessTokenValidator

JWT bearer token validator over a key set, needing the suggested firebase/php-jwt package.

Interfaces
AccessTokenValidatorInterface

Turns a bearer token into what it grants, owning the whole of validation and returning null for anything it cannot verify, a token carrying no expiry or naming another resource included.