This library contains functions that manages the entire process of user creation, authentication, status update and password management.
Via Composer
$ composer require cottacush/phalcon-user-auth
$ PHINX_DBHOST=<host> PHINX_DBNAME=<database_name> PHINX_DBUSER=<username> PHINX_DBPASS=<password> ./vendor/bin/phinx migrate -e production -c ./vendor/cottacush/phalcon-user-auth/phinx.yml
- User registration
- User authentication
- Automatic Password Generation
- Password reset
- Authentication history
Please see CHANGELOG for more information what has changed recently.
$ cd tests
$ ../vendor/bin/phpunit
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email developers@cottacush.com instead of using the issue tracker.
- Tega Oghenekohwo tega@cottacush.com
- Adeyemi Olaoye yemi@cottacush.com
- Adegoke Obasa goke@cottacush.com
- All Contributors
The MIT License (MIT). Please see License File for more information.