Posted November 21, 2025 by noir
This update brings official support for UE 5.7 (there were no breaking changes since 5.6 so if you are migrating an existing project to 5.7 it is not necessary to upgrade to the 5.7 version of the plugin) and contains changes to make use of the client_secret optional. This change is backward-compatible with previous releases, so if you already have a project which is working with a client secret, upgrading to v.1.1 will not require any changes in your code. The documentation has been updated to reflect this, but essentially any node or function with a ClientSecret parameter will now work fine if you simply leave it empty.
This means you only need to include the ClientID in your application, which was always public information and did not need any special handling or protection, so it's one less thing to worry about.
Enjoy!