arif-rh/ci4-auth

PHPAuth for CodeIgniter 4

Installs: 1 184

Dependents: 1

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 1

Open Issues: 1

pkg:composer/arif-rh/ci4-auth

0.4.0 2021-06-28 12:07 UTC

This package is auto-updated.

Last update: 2025-09-28 21:12:38 UTC


README

This package is adopted from PHPAuth, but completedly rewrited for easy implementation with CodeIgniter 4.

Installation

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