cottacush/phalcon-user-auth

User Auth is a library for managing user credentials

2.0.1 2017-05-30 12:17 UTC

README

Latest Version on Packagist Software License Total Downloads

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

License

The MIT License (MIT). Please see License File for more information.