stietotalwin / arif-rh-ci4-auth-extended
PHPAuth for CodeIgniter 4
1.0.0
2025-05-08 01:27 UTC
Requires
Requires (Dev)
- codeigniter4/framework: ^4.1
- phpunit/phpunit: 8.5.*
This package is not auto-updated.
Last update: 2025-05-08 01:28:54 UTC
README
This package is adopted from PHPAuth, but completedly rewrited for easy implementation with CodeIgniter 4.
Installation
composer require stietotalwin/arif-rh-ci4-auth-extended
- make sure you have set you database config properly
php spark migrate -n StieTotalWin\Auth
php spark db:seed \\StieTotalWin\\Auth\\Database\\Seeds\\AuthSeeder
Features
- Register
- Activation email
- Login
- Request reset password
- Encrypt password using bcrypt
- Prevent brute force attack by limiting request