Plugin Management Flow
Ability for users to manage their plugin on your weber server.
After a user installs your plugin, they may want to manage the plugin settings. TRMNL will redirect the user to the plugin_management_url
with a unique user identifier (UUID) params, so that you can identify them on your web server.
Example request:
https://yourapp.com/manage?uuid=ae48d6ac-48f4-4aed-8464-bad68368e97c
Note: The UUID is the unique user identifier in the TRMNL plugin architecture. This allows TRMNL users to have multiple instances of the same plugin, each with their own settings.
Last updated