Releases: usefulteam/jwt-auth
Releases · usefulteam/jwt-auth
2.1.0
v2.0.0
- Breaking change: rename
jwt_auth_valid_token_extra
filter tojwt_auth_extra_token_check
. Please check if you use this filter. - Breaking bugfix: the actual http statusCode didn't follow the response statusCode. Now the actual http statusCode follows the response statusCode.
- New feature: connected device. Thanks @pesseba.
- Might be a breaking change: Add WordPress & WC default endpoints to
jwt_auth_default_whitelist
to prevent error when visiting WordPress admin area. - Documentation: prevent misleading example by updating the
jwt_auth_whitelist
usage.