Skip to content

Releases: scalekit-inc/scalekit-sdk-python

v2.4.7

10 Oct 08:54
891ced2

Choose a tag to compare

What's Changed

Full Changelog: v2.4.4...v2.4.7

v2.4.4

18 Sep 01:09
41c224b

Choose a tag to compare

What's Changed

  • Generated proto files - rename invited_by to inviter_email

Full Changelog: v2.4.3...v2.4.4

v2.4.3

16 Sep 08:22
3e24d68

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.2...v2.4.3

v2.4.2

15 Sep 05:16
dd7fe90

Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.4.2

v2.4.0

03 Sep 10:24
63a5d24

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0

v2.3.0

01 Aug 05:50
6b605f1

Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.0

18 Jul 08:12
3167e95

Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v2.2.0

v2.2.1

16 Jul 12:29
1a834aa

Choose a tag to compare

What's Changed

  • Implemented sdk methods for environment roles by @dhaneshbs in #61

Full Changelog: v2.0.1...v2.2.1

v2.0.1

09 Jul 12:42
e0072ab

Choose a tag to compare

What's Changed

  • Upgrade setuptools version to >=78.1.1 by @dhaneshbs in #58
  • return refresh token and handle errors in authenticate_with_code ,skip audience validation in validate_access_token if audience is not passed by @dhaneshbs in #60

Full Changelog: v2.0.0...v2.0.1

v2.0.0 - Full Stack Authentication Release

26 Jun 10:08
85dad1a

Choose a tag to compare

🚀 What's New?

This is a major release that introduces Full Stack Authentication (FSA) capabilities to the Python SDK. This empowers developers to build comprehensive, enterprise-ready authentication and user management into their applications with minimal code.

With this release, developers can now programmatically:

  • Implement passwordless sign-in using magic links and one-time passcodes.
  • Connect to any enterprise identity provider via SAML and OIDC for Single Sign-On (SSO).
  • Manage the entire user lifecycle, including invitations, role-based access control (RBAC), and provisioning.
  • Enforce advanced security policies such as session duration and idle timeouts at the organization level.

🆕 Full Stack Authentication Support Added

The SDK has been significantly updated to provide a complete interface for Scalekit's Full Stack Authentication platform. This includes:

  • Authentication Methods: New clients and methods for handling passwordless, social, and enterprise SSO authentication flows in a unified manner.
  • User Management: A comprehensive set of APIs to create, read, update, and delete users and their role assignments.
  • Organization Management: Full programmatic control over organization settings, including security policies and domain management.

Please refer to the official documentation and migration guide to upgrade your application to v2.0.0.