Download the PHP package quioteframework/auth-jwt without Composer
On this page you can find all versions of the php package quioteframework/auth-jwt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download quioteframework/auth-jwt
More information about quioteframework/auth-jwt
Files in quioteframework/auth-jwt
Package auth-jwt
Short Description Bearer/JWT resource-server authentication (JWS verification, JWKS, RFC 9068 client-type resolution) for Quiote, built on firebase/php-jwt.
License MIT
Homepage https://github.com/quioteframework/auth-jwt
Informations about the package auth-jwt
quioteframework/auth-jwt
Bearer/JWT resource-server authentication for Quiote,
built on firebase/php-jwt. Verifies a JWS (shared HS256 secret, or RS256/ES256 via a JWKS-backed
CachedKeySet), enforces iss/aud, and derives human-vs-machine client type per RFC 9068.
Requires quioteframework/auth for the shared AuthenticatorInterface/Passport/UserProviderInterface
contracts.
Install
Enable
Register Quiote\Security\Auth\JwtAuthPlugin (registers the default ClientTypeResolverInterface).
TokenValidatorInterface/BearerTokenAuthenticator need app-specific secrets (issuer, audience,
JWKS URI or shared key), so construct and register those yourself — typically alongside a
FirewallMap built with quioteframework/auth's FirewallFactory.
License
MIT. See LICENSE.
All versions of auth-jwt with dependencies
quioteframework/quiote Version ^4.0
quioteframework/auth Version ^4.0
firebase/php-jwt Version ^7.1
psr/cache Version ^3.0
psr/http-client Version ^1.0
psr/http-factory Version ^1.1