164 comments found.
Hello, how long does the tutorial take? for ” I need functions for EDIT / DELETE / ADD / UPDATE functions “
I’ll be releasing it soon in the next update, I’m updating all the documentation to make it easier to install on localhost, use the api and implement new screens.
You can follow the documentation of the framework itself in the meantime:
https://codeigniter4.github.io/userguide
If you can update the project and maintain it I will buy it
Yes the project will receive frequent updates of fixes and improvements, now in February I will improve the documentation and update to support php 8.
Great work… Good luck with sale 
Thanks 
Hello, 1. How can API key be regenerated, create new key 2. Can each user have API access based on permissions granted, username plus api key access.
1. Whenever the token expires, you can request another one by logging in again eg:
https://webguard.eduardofiorini.com/api/signin
2. Yes, currently it grants access based on the selected permissions group, if you want to restrict it you can create a new group and add the accounts that can have access to the api.
https://prnt.sc/26k4pfk
Kindly share API documentation.
Yes, I will be updating now at the beginning of the month to support PHP 8 and I will update the documentation.
Alright please, kindly share sample php request for any of the API methods.
https://prnt.sc/26kgg3s
Use the request below to login and generate the JWT token:
https://webguard.eduardofiorini.com/api/signin
When making a post request it will return the token that will be needed to authenticate the other requests that are blocked eg:
https://prnt.sc/26kgjxr
To consult blocked requests, you need to define the authentication token, eg:
https://prnt.sc/26kgmw0
Thank you. Very clear.
how to use this as wrapper for other PHP code for authentication? Any documentation
https://prnt.sc/26ityft
Custom user fields? Complete development documentation?
https://codeigniter4.github.io/userguide/
The project has only the basic documentation of the tool. Soon we will be improving the documentation to deepen the technical part. But if you have any doubts, you can count on our support, thank you.
s When will the documentation be provided
Soon we will update the framework to support php version 8 and we will take the opportunity to update the documentation and small fixes. Probably at the beginning of February we should release a new update.
Hello, How are you hope you good and healthy
Excuse me I read about Multi-Language in this script but it not created from admin panel Is there any update about that
Thnks for this script I like it but I need to ask about that before
Hello, new languages can be added or removed in the project directory:
..\ci4\app\Language
This framework documentation demonstrates how to add a new language.
https://codeigniter4.github.io/userguide/outgoing/localization.html
If you can’t implement it, you can count on our support to help you. Thanks
Can you make a section in the future so we can make the menu list in DB? Can we add more easily?
I can check the possibility of managing the creation of new menus. Thanks!
I have a problem, I activate Notifications and it doesn’t work.
How do I add a new language?
Create a new folder with the files in:
ci4\app\Language
This framework documentation demonstrates how to add a new language.
https://codeigniter4.github.io/userguide/outgoing/localization.html
Perfect future updates
I will soon update the framework to support Php 8 as well
I am planning to implement a Mobile TopUp application, How much this is protected against any threat like sql injection, session hijacking, brakeforce, spoofing ?
It has XSS, CSRF, SQL Injection and brute force login protection. The api doesn’t have the brute force part implemented in it, but I can implement it in the next version to be able to block invalid access attempts to block the ip.
It has two-factor authentication as well.
Can you protect or manage login for another php script with this?
You can use the api to put it on your other system and validate access.
How to do that? Any documentation or tutorial?
https://support.eduardofiorini.com/
Does it have steam login?
Currently it has not been implemented in the system, but the library we used in the project supports the integration with “Steam”, but if you want to implement it, we can send you a step-by-step guide for you to include in your version.
WHAT DOES IT USE?
Hybridauth
https://hybridauth.github.io/providers.html
1. Can you please add saas payment methods. So we can charge users for services. 3.Add ticket or support management, which any such company would need. 4. Sms integration needed for notification, so coders can copy paste modules for reuse.
1. It is in the plans for future improvements to add payment methods.
2. It wasn’t in the plans for updates, but it’s a good suggestion.
3. It is in the plans for future improvements.
4. Massive sending to all customers by SMS, E-mail and Push are in the plans for future improvements.
Can a task function be set in the future?
Create to-do list?
yessss AND stoc
I need functions for EDIT / DELETE / ADD / UPDATE functions
to be separate to understand how I can make a form and a list of products myself please
I saw your ticket I will go through the support portal step by step.
thanks
Great work!
Thank you 
do you support azure sso
It allows traditional and social login, does not currently support SSO. But it can be implemented easily using a third-party library eg:
https://github.com/jasny/sso
Congratulations! Nice Work, GLWS 
Thanks 
can be used with WordPress website?
It doesn’t integrate all WordPress functions, just authentication.