nexus-actors / http-auth
Pluggable authentication and authorization for the Nexus HTTP stack.
v0.1.0
2026-07-21 18:21 UTC
Requires
- php: >=8.5.7
- lcobucci/jwt: ^5.0
- nexus-actors/core: ^0.1
- nexus-actors/http: v0.1.0
- nyholm/psr7: ^1.8
- psr/clock: ^1.0
- psr/http-factory: ^1.1
- psr/http-message: ^2.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
- psr/log: ^3.0
Requires (Dev)
- nexus-actors/http-toolkit: v0.1.0
- nexus-actors/http-ws: v0.1.0
- phpunit/phpunit: ^13.0
Suggests
- nexus-actors/http-ws: Install when you want WebSocket auth — the same middleware works on the upgrade request.
- nexus-actors/logger: Install for structured PSR-3 logs of auth decisions with MDC integration.
README
Pluggable authentication and authorization for the Nexus HTTP stack.
Read-only subtree split of nexus-actors/nexus. Report issues and send pull requests to the monorepo — this repository only receives automated pushes and release tags.
Installation
composer require nexus-actors/http-auth
Documentation
- Package documentation
- nexusactors.com — project overview, quickstart, stability matrix
License
MIT