shield
shield copied to clipboard
Authentication and Authorization for CodeIgniter 4
Hello friends. The purpose of these PR, Add a feature to cancel actions if there are custom cases. This PR allows the shield to cancel actions by checking the user...
Hello, I think that the translations should be modified to improve the security of Shield. Indeed, the current translations can give information to malicious people and also be compromising for...
https://github.com/codeigniter4/shield/search?q=config%28%27Auth%27%29&type=code Do these need to be replaced with `setting()`? I'm not sure when to use `config()` and when to use `setting()`.
The following is a list of the current implementation for Session Authenticator. Are these okay? - default login - Post email/password - OK → event `login` / table `auth_logins` -...
### PHP Version 8.1.5 ### CodeIgniter4 Version 4.2.5 ### Shield Version dev ### Which operating systems have you tested for this bug? Windows ### Which server did you use? apache...
### PHP Version 8.1.2 ### CodeIgniter4 Version 4.2.7 ### Shield Version `develop` ### Which operating systems have you tested for this bug? Linux ### Which server did you use? apache...
It is common practice to include in email verification emails some user request info like `IP Address`, `User Agent Device` & `Date` when a user is asked for some code....
### PHP Version 7.4 ### CodeIgniter4 Version 4.2.6 ### Shield Version develop ### Which operating systems have you tested for this bug? Windows ### Which server did you use? apache...
Supersedes https://github.com/codeigniter4/shield/pull/270
Supersedes https://github.com/codeigniter4/shield/pull/375