What's new?¶
This section presents the changes that have been introduced in the update of boiDas 1.43 version:
- Added OAuth 2.0 standard compliance for webhook authentication. The new
WEBHOOK_BEARER_AUTHenvironment variable enables bearer token authentication on outgoing webhook requests, aligning with the OAuth 2.0 specification. Learn more about webhook OAuth2.0 authentication.
- Added
WEBHOOK_TOKEN_TIMEOUTenvironment variable to control how long a cached OAuth token remains valid when the token provider does not include anexpires_infield in its response. This prevents the use of stale tokens in environments where token expiry is not explicitly communicated. Learn more about webhook OAuth2.0 authentication.
- Added date range filtering to the onboarding list API. The new
start_dateandend_datequery parameters allow callers to narrow results to onboardings created within a specific time window. Learn more about date range filtering.
- Added CSV export support to the onboarding list. Passing the appropriate UI query parameter now returns the list as a downloadable CSV file, making it easier to process or share onboarding data externally. Learn more about CSV export.