Pooya Parsa
Pooya Parsa
Clean code is an important part of programming, so I try to add the following tools to the `shield-oauth` for extensibility, cleanliness and reliability. Any person who has the experience...
### PHP Version 8.3 ### CodeIgniter4 Version v4.5.4 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Windows ### Which server did...
**Description** Need: https://github.com/codeigniter4/.github/pull/29 This pull request updates the deptrac.yaml file for compatibility with the latest version of qossmic/deptrac. **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc...
### PHP Version 8.2.0 ### CodeIgniter4 Version 4.6.0 ### Queue Package Version dev:develop ### Which operating systems have you tested for this bug? Windows ### Which server did you use?...
**Description** Although the phpdocs states that the ID ($id) should not be `null`, in some cases, data may be retrieved from the database where the ID is set to `null`....
**Description** `AuthToken` and `AuthJWT` Config Loading by Initializing in Constructor **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value -...
**Why?** If a token or HMAC key is leaked, it can only be used from specified IP addresses(Enhanced Security). Requests from unknown IPs will be rejected(Prevents Unauthorized Access). Many financial...
**Description** This update makes the Magic-Login system configurable **without breaking backward** compatibility. Now developers can choose between: 1. A activation link(**clickable**) 2. A verification code — in **6-numeric**, **6-alpha**, **6-alnum**...