Skip to main content

New Plugin Release 3.4.8

· One min read
Nicu Micle
Creator of Simple JWT Login

The version 3.4.8 has been released today on WordPress.

This update brings new filter hooks, improved security through request sanitization, and a bug fix for passwords with special characters.

New Features

  • Add simple_jwt_login_generate_payload filter to allow customization of the authentication payload
  • /auth/validate endpoint now supports both GET and POST methods

Bug Fixes

  • Fix password that contains special characters #50

Improvements

  • Change how the user is logged in when using the Protect Endpoints feature
  • Refactor RouteService::getUserFromJWT method
  • Sanitize all data from incoming requests
  • Update License to GPL v3

If you encounter any issues after updating, please open an issue on GitHub.