zephyrphp / auth
Authentication module for ZephyrPHP - Session and JWT authentication
v0.4.51
2026-04-13 09:55 UTC
Requires
- php: >=8.2
- zephyrphp/framework: ^0.4
This package is auto-updated.
Last update: 2026-06-13 10:15:47 UTC
README
Authentication module for ZephyrPHP — session and JWT authentication.
Features
- Session-based authentication
- JWT token generation & validation (HS256)
- Remember me tokens
- User provider with Doctrine ORM
- Auto-detects User model namespace
Installation
composer require zephyrphp/auth
Note: This package is designed exclusively for ZephyrPHP and is not compatible with other PHP frameworks.
License
MIT