Skip to content

JwtAuthPlugin

Registers the default ClientTypeResolverInterface (the RFC 9068 rule — see ClientTypeResolver).

TokenValidatorInterface/ BearerTokenAuthenticator are not given framework-wide defaults here: they need app-specific secrets (issuer, audience, JWKS URI or shared key), so an app constructs and registers those itself — typically inside its own plugin, alongside a FirewallMap built with Quiote\Security\Auth\Config\FirewallFactory.

final class JwtAuthPlugin implements PluginInterface

ImplementsPluginInterface
Since1.0.0
SourceJwtAuthPlugin.php
MethodDescription
register(PluginRegistrar $registrar): void

public function register(PluginRegistrar $registrar): void

The framework’s plugin-contribution API.

ParameterTypeDescription
$registrarPluginRegistrarThe framework’s plugin-contribution API.