chore(deps): update dependency kelvinmo/simplejwt to v0.9.3
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| kelvinmo/simplejwt | 0.7.1 -> 0.9.3 |
Release Notes
kelvinmo/simplejwt (kelvinmo/simplejwt)
v0.9.3
- Fixed: Issue with gmp_pow for certain versions of PHP (#214)
v0.9.2
v0.9.1
- Fixed: Deprecation warning in constructor of AESGCMKeyWrap (#197)
v0.9.0
- Changed: Providing invalid JSON tokens into JWT::deserialise() and
JWE::decrypt() will throw an
InvalidTokenExceptioninstead ofInvalidArgumentException - Changed:
JWTandJWEmethods now check for validity of algorithm classes - Changed: Additional type hinting on public API methods
- Removed: Support for PHP 7.2
v0.8.2
- Changed: Update dependency on
symfony/consoleto support v7.0
v0.8.1
- Fixed: Throw a
KeyExceptionwhen loading an invalid PEM-encoded RSAKey
v0.8.0
- Added: Support for
Ed25519signatures andX25519key derviation algorithms - Added: Support for AES GCM key encryption algorithms (
A128GCMKW,A192GCMKWandA256GCMKW) - Added: Support for COSE based keys
- Changed: Use
boxto package thejwkstoolutility - Changed: Refactored
Algorithm(now renamed toBaseAlgorithm) andKeyto extract interfaces (intoAlgorithmInterfaceandKeyInterfacerespectively) - Changed: Key ID
kidparameter no longer automatically generated when a Key object is created. UseKey::getKeyId(true)orKeySet::add(..., true)to generate a key ID - Removed: Helper::getObject() and Helper::getJWTObject() have been replaced by Helper::decode() and Helper::decodeFully() respectively
- Removed: Support for PHP 7.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
closing, as this breaks the tests and will require looking into
Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update (0.9.3). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.