jwt-framework
jwt-framework copied to clipboard
Add deprecation notice for enabledCache method
Target branch: 4.1 Resolves issue #605
- [ ] It is a Bug fix
- [ ] It is a New feature
- [x] It is related to dependencies
Includes:
- [ ] Breaks BC
- [x] Deprecations
The enabledCache method is now marked as deprecated starting from version 4.1 and will be removed in version 5.0. Users are encouraged to use the Http Client for caching responses instead. This change aligns with the planned removal of this method in the next major release.