All notable changes to wp-rest-guard
will be documented in this file.
- Ignore JWT authentication for the REST API if the user is already authenticated.
- Allow the claims to be added to a generated JWT via filter.
- Don't check
OPTIONS
requests by default.
- Add support for authenticated users interacting with the REST API.
- Allow settings to be completely disabled via code.
- Increase the default length of the JWT secret to 32 characters.
- Re-releasing to re-trigger the deployment to WordPress.org.
- Drops support for PHP 7.4 and requires PHP 8.0.
- Add feature to allow anonymous authentication with a JSON Web Token (JWT).
- Fixing an issue splitting lines by
\n
instead of\r\n
on Windows. - Allow
/wp-json/
to be included in the allow/deny lists.
- Bumping tested version to 6.3
- Fixing another typo in the plugin name.
- Fixing a typo on the settings page.
- Stable re-release 🎊