Custom User Auth Yii2 Extension ported from User Auth Project
- User registration
- User authentication
- Automatic Password Generation
Via Composer
$ composer require cottacush/yii2-user-auth
The following versions of PHP are supported by this version.
- PHP 8.0
to the require section of your composer.json
file.
APPLICATION_ENV=development ./yii migrate install --migrationPath=@vendor/cottacush/yii2-user-auth/migrations
If you discover any security related issues, please email developers@cottacush.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.