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

1.0.1 2025-06-15 14:12 UTC

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

  1. composer require stietotalwin/arif-rh-ci4-auth-extended
  2. make sure you have set you database config properly
  3. php spark migrate -n StieTotalWin\Auth
  4. 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

Acknowledgments