Feb 4, 2026 - `state` parameter added to OAuth2.0 process

You can include a state parameter in the authorization URL to identify which user initiated the authentication process. This parameter value is appended to the URL and returned unchanged to your redirect URI after the user approves access, allowing you to associate the Redirect URI code with the correct user. See the Obtain access section of the Authorization process for details.