September 2026 release notes
Check out what we released in September 2026.
At Productsup, we are continuously working to offer you the best experience with the Productsup family of products and services. Here's what happened in September 2026.
News about integrations
More secure Stream API authentication with OAuth 2.0
The Stream API now supports the OAuth 2.0 Client Credentials flow. Integrations exchange a client ID and client secret for a short-lived access token instead of holding one long-lived Personal Access Token, which narrows the window in which a leaked credential is useful and lets each integration carry its own credentials.
Now you can:
- Authenticate machine-to-machine integrations with a client ID and client secret issued for your organization
- Exchange those credentials for a short-lived access token and send it as a bearer token on every Stream API request
- Rotate or revoke the credentials of one integration without disrupting the others
Existing Personal Access Tokens keep working, but they are deprecated. We onboard new integrations with OAuth 2.0.
See Authentication for more information.
How is this guide?