franky5831 / codeigniter4-user-library
Codeigniter4 User Mangement Library
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:package
Requires
- php: ^8.1
- codeigniter4/framework: ^4.0
- voku/anti-xss: ^4.1
README
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:
- 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.php
file to theapp/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.