Skip to content

Franky5831/CodeIgniter4-User-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeigniter 4 User Management Library

This is a library developed for Codeigniter 4 that will make the management of users in your application easier and more secure.

The library will automatically manage the registration and login process, with security measures in pace.

read the documentation here

The security measures:

  • Captchas
  • Xss prevention
  • SQL Injections prevention
  • Session Hijacking prevention
  • Brute force attacks prevention

How to install the library:

  1. Run the following command in the root of your CodeIgniter 4 project:
composer require franky5831/codeigniter4-user-library
  1. Copy the configurations you wish to override from the franky5831/codeigniter4-user-library/src/Config/App.php file to the app/Config/App.php file. The configurations that will not be copied will take the default values from the vendor file, you don't want to copy the __construct method from the vendor file.

For any issues or questions, please open an issue on the GitHub repository.