cottacush / phalcon-user-auth
User Auth is a library for managing user credentials
Installs: 1 714
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 11
Forks: 2
Open Issues: 0
Requires
- php: >=5.5
- ext-phalcon: >=3.0.0
- phalcon/incubator: ^3.0.0
- robmorgan/phinx: ^0.8
Requires (Dev)
- phpunit/phpunit: ~4.0||~6.0
This package is auto-updated.
Last update: 2024-10-28 01:04:50 UTC
README
This library contains functions that manages the entire process of user creation, authentication, status update and password management.
Install
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
Features
- User registration
- User authentication
- Automatic Password Generation
- Password reset
- Authentication history
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
$ cd tests
$ ../vendor/bin/phpunit
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email developers@cottacush.com instead of using the issue tracker.
Credits
- Tega Oghenekohwo tega@cottacush.com
- Adeyemi Olaoye yemi@cottacush.com
- Adegoke Obasa goke@cottacush.com
- All Contributors
License
The MIT License (MIT). Please see License File for more information.