Download the PHP package arif-rh/ci4-auth without Composer
On this page you can find all versions of the php package arif-rh/ci4-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download arif-rh/ci4-auth
More information about arif-rh/ci4-auth
Files in arif-rh/ci4-auth
Download arif-rh/ci4-auth
More information about arif-rh/ci4-auth
Files in arif-rh/ci4-auth
Vendor arif-rh
Package ci4-auth
Short Description PHPAuth for CodeIgniter 4
License MIT
Homepage https://github.com/arif-rh/ci4-auth
Package ci4-auth
Short Description PHPAuth for CodeIgniter 4
License MIT
Homepage https://github.com/arif-rh/ci4-auth
Please rate this library. Is it a good library?
Informations about the package ci4-auth
PHPAuth for CodeIgniter 4
This package is adopted from PHPAuth, but completedly rewrited for easy implementation with CodeIgniter 4.
Installation
composer require arif-rh/ci4-auth
- make sure you have set you database config properly
php spark migrate -n Arifrh\Auth
php spark db:seed \\Arifrh\\Auth\\Database\\Seeds\\AuthSeeder
Features
- Register
- Activation email
- Login
- Request reset password
- Encrypt password using bcrypt
- Prevent brute force attack by limiting request
Acknowledgments
All versions of ci4-auth with dependencies
PHP Build Version
Package Version
The package arif-rh/ci4-auth contains the following files
Loading the files please wait ....