Skip to main content

New Plugin Release 3.4.9

· One min read
Nicu Micle
Creator of Simple JWT Login

The version 3.4.9 has been released today on WordPress.

This update introduces several new features around password handling, autologin flexibility, and a new plugin lifecycle hook.

New Features

  • Add a strength indicator for the JWT decryption key
  • Allow setting a custom length for randomly generated passwords (default: 10 characters)
  • Allow sending base64-encoded password and passhash on the /auth endpoint
  • Add query parameters filter on autologin redirect
  • Add the simple_jwt_login_before_endpoint hook, fired before all plugin routes are initialized

Bug Fixes

  • Fix includeRequestParameters building incorrect redirect URLs

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