New Features
More Customization for Apps
Since this release, developers can customize listener_executor
in apps. Also, to support the use case where Enterprise Grid Org admins install apps from their app management page, we've added a new option to disable state parameter validation in the OAuth flow. Please note that we still don't recommend disabling the state validation for usual OAuth apps.
Changes
- #452 #453 Enable to customize the
listener_executor
inApp
- Thanks @chrisbouchard - #455 #454 Add
oauth_settings.state_validation_enabled
to customize the OAuth flow - Thanks @seratch