Skip to content

Releases: plotly/dash-enterprise-auth

v0.2.6

21 May 18:47
83fba20

Choose a tag to compare

v0.2.6 Pre-release
Pre-release

Updated

  • Relax Flask and Werkzeug version constraints to <3.2, allowing werkzeug >=3.1.5 (CVE-2025-66221). #55

Fixed

  • Fix test compatibility with Dash 3+ removal of dcc.LogoutButton.

Dash Enterprise Auth v0.2.5

11 Mar 14:58
f1e3e48

Choose a tag to compare

Fixed

  • Fix dash 3.0 removal of dcc.LogoutButton.

Dash Enterprise Auth v0.2.4

05 Dec 15:06
234929c

Choose a tag to compare

Fixed

  • Dash enterprise auth methods are now functional in the Jupyter notebook context within Dash Workspaces via DASH_USER_TOKEN. #44

Dash Enterprise Auth v0.2.3

11 Nov 19:46
69788cc

Choose a tag to compare

Fixed

  • Fix get_user_date/username with background callback. #41
  • Update error message if run in a notebook cell.

v0.2.2

30 Apr 19:33
1de5a4e

Choose a tag to compare

Updated

  • Set Flask and Werkzeug upper version bounds to <3.1, matching versions with Dash 2.16.1.

Fixed

  • Print traceback on user data requests error.

v0.2.1

13 Oct 19:35
94fdb01

Choose a tag to compare

  • Add Flask and Werkzeug upper version bounds at <2.3. This matches the constraint in Dash v2.13. After we relax the constraint in Dash we will come back and - after testing that it works - relax it here as well.

v0.2.0

20 Sep 17:34
a9e1a56

Choose a tag to compare

Updated

  • Dropped support for Python versions below 3.6
  • Added MIT license

v0.1.1

09 Mar 17:14
f7e59fe

Choose a tag to compare

Fixed

  • Add back user info from keycloak user info endpoint. #24

v0.1.0

22 Jun 18:50

Choose a tag to compare

Added

  • Add style argument to create_logout_button. #22

Changed

  • Use a raw html.A to create the logout button if on Dash Enterprise 5. #22

v0.0.5

04 Oct 19:46

Choose a tag to compare

Fixed

  • Gracefully import dash_core_components whether Dash's version is 1.x or 2.x #15