New Plugin Release 3.5.2
· One min read
The version 3.5.2 has been released today on WordPress.
This update adds iss support to the JWT payload, tightens revoked token enforcement, and fixes several bugs.
New Features
- Add
iss(issuer) claim to the JWT payload with a configurable value
Bug Fixes
- Fix: user could change their password using a revoked JWT
- Fix: protected endpoints could be accessed with a revoked token #75
- Fix user meta not being saved correctly on user registration #86
- Change route priorities from floats to integers to fix the PHP deprecation warning "Implicit conversion from float to int loses precision"
If you encounter any issues after updating, please open an issue on GitHub.
