Skip to content

Releases: usefulteam/jwt-auth

2.1.0

17 Jan 06:38
Compare
Choose a tag to compare

It's possible now to whitelist an endpoint only for specific request method.
See #47

v2.0.0

06 Aug 02:48
Compare
Choose a tag to compare
  • Breaking change: rename jwt_auth_valid_token_extra filter to jwt_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.