Authentication module for ZephyrPHP - Session and JWT authentication

Maintainers

Package info

github.com/Techwonia/zephyrphp-auth

pkg:composer/zephyrphp/auth

Statistics

Installs: 48

Dependents: 3

Suggesters: 0

Stars: 0

Open Issues: 0

v0.4.49 2026-03-24 08:15 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