drago-ex / project-auth
Authentication and user access package for the Drago project.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:composer-plugin
pkg:composer/drago-ex/project-auth
Requires
- php: >=8.3 <9
- composer-plugin-api: ^2.3
- drago-ex/application: ^1.0
- drago-ex/database: ^2.0
- drago-ex/form: ^1.0
- drago-ex/project-front: ^1.0
- drago-ex/project-user: ^1.0
- drago-ex/translator: ^1.0
- drago-ex/utils: ^1.0
- latte/latte: ^3.1
- nette/di: ^3.2
- nette/mail: ^4.0
- tracy/tracy: ^2.11
Requires (Dev)
- composer/composer: ^2.9
- phpstan/phpstan-nette: ^1.2.9
README
Authentication and user access package for the Drago project.
This package provides a complete authentication layer including user login, registration, password recovery and access control. It is designed as a modular extension for projects built on top of the Drago ecosystem and Nette framework.
Requirements
- PHP >= 8.3
- Nette Framework
- Drago Project core packages
Features
- User authentication (sign in / sign out)
- User registration (sign up)
- Password recovery and reset
- User identity handling
- Integration with Nette Security and DI
- Ready-to-use backend UI components
Install
composer config --no-plugins allow-plugins.drago-ex/project-auth true
composer require drago-ex/project-auth