hydrakit / auth
Authentication for Hydra: identity only, behind a swappable guard.
v0.3.2
2026-09-11 16:10 UTC
Requires
- php: >=8.2
- hydrakit/core: ^0.3
- hydrakit/http: ^0.3
- hydrakit/session: ^0.3
- psr/event-dispatcher: ^1.0
- psr/http-message: ^2.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
- psr/log: ^3.0
Requires (Dev)
- nyholm/psr7: ^1.8
- phpunit/phpunit: ^11.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Read-only mirror.
hydrakit/authis developed in hydra-foundation/hydra underpackages/auth, and republished here on every push. A commit pushed to this repository is overwritten by the next one; issues are disabled for that reason, and a pull request opened here cannot be merged. Both belong upstream.
Authentication. Identity only. It answers who is logged in and provides the
verbs to change that (attempt/login/logout), behind a swappable guard. It does
not do permissions: those are hydrakit/authorization. It does not know your
users: that one contract is left for the app to fulfil.