Releases: plotly/dash-enterprise-auth
Releases · plotly/dash-enterprise-auth
v0.2.6
21 May 18:47
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed
Fix dash 3.0 removal of dcc.LogoutButton.
Dash Enterprise Auth v0.2.4
05 Dec 15:06
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Updated
Dropped support for Python versions below 3.6
Added MIT license
v0.1.1
09 Mar 17:14
Compare
Sorry, something went wrong.
No results found
Fixed
Add back user info from keycloak user info endpoint. #24
v0.1.0
22 Jun 18:50
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed
Gracefully import dash_core_components whether Dash's version is 1.x or 2.x #15