cottacush/phalcon-user-auth

User Auth is a library for managing user credentials

Package info

github.com/CottaCush/phalcon-user-auth

pkg:composer/cottacush/phalcon-user-auth

Statistics

Installs: 1 716

Dependents: 0

Suggesters: 0

Stars: 9

Open Issues: 0

2.0.1 2017-05-30 12:17 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 1bea33bbcca058afd2d7310d3120a370c9dccc41

  • Tega Oghenekohwo <tega.woop@cottacush.com>
  • Adeyemi Olaoye <yemi.woop@cottacush.com>
  • Adegoke Obasa <goke.woop@cottacush.com>

libraryuserloginauthphalcon


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.