Posted July 10, 2025 by Dinaki
I've updated the Patreon integration - now it's even easier to set up!
You no longer need to use a Client Secret.
This change makes the setup process simpler and safer:
Only the Client ID is required.
No need to store sensitive data in your game files.
I strongly recommend updating to this new version.
Even if your current setup works, switching to the new flow reduces security risks.
To update:
Download the latest archive from this page
Replace your old patreon_auth
folder with the new one
Remove
define PATREON_SECRET_ID = "..."from your script
textbutton _("Auth with Patreon") action PatreonAuth(PATREON_CLIENT_ID, PATREON_SECRET_ID, "/auth")New:
textbutton _("Auth with Patreon") action PatreonAuth(PATREON_CLIENT_ID)