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.
Synopsis
Section titled “Synopsis”final class JwtAuthPlugin implements PluginInterface
| Implements | PluginInterface |
| Since | 1.0.0 |
| Source | JwtAuthPlugin.php |
Methods
Section titled “Methods”| Method | Description |
|---|---|
register(PluginRegistrar $registrar): void |
register()
Section titled “register()”public function register(PluginRegistrar $registrar): void
The framework’s plugin-contribution API.
| Parameter | Type | Description |
|---|---|---|
$registrar | PluginRegistrar | The framework’s plugin-contribution API. |