Skip to content

Python SDK Changelog

Version v1.1.0 - Include connection identifiers on code exchange

:rocket: What’s New?

  • The authenticate_with_code method now returns organization_id and connection_id in addition to user details and tokens. This provides more context to the frontend upon successful authentication.

:sparkles: Enhancements

  • Authentication Data Enrichment: The authenticate_with_code method in scalekit/client.py has been updated to include organization_id and connection_id in its return value. This change was implemented to better support frontend requirements by providing these identifiers directly after the authentication process.
  • Type Hint Correction: Corrected the return type hint for the list_organizations method in scalekit/organization.py from CreateOrganizationResponse to ListOrganizationsResponse for better accuracy.