stietotalwin / arif-rh-ci4-auth-extended
PHPAuth for CodeIgniter 4
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/stietotalwin/arif-rh-ci4-auth-extended
Requires
Requires (Dev)
- codeigniter4/framework: ^4.1
- phpunit/phpunit: 8.5.*
This package is not auto-updated.
Last update: 2025-10-05 15:26:11 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