stietotalwin/arif-rh-ci4-auth-extended

1.0.0 2025-05-08 01:27 UTC

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

  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