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
- Captchas
- Xss prevention
- SQL Injections prevention
- Session Hijacking prevention
- Brute force attacks prevention
- Run the following command in the root of your CodeIgniter 4 project:
composer require franky5831/codeigniter4-user-library- Copy the configurations you wish to override from the
franky5831/codeigniter4-user-library/src/Config/App.phpfile to theapp/Config/App.phpfile. The configurations that will not be copied will take the default values from the vendor file, you don't want to copy the__constructmethod from the vendor file.
For any issues or questions, please open an issue on the GitHub repository.