Fixed - Dash enteprise auth methods are now functional in the jupyter notebook context within Dash Workspaces via DASH_USER_TOKEN. [44](https://github.com/plotly/dash-enterprise-auth/pull/44)
0.2.3
Fixed - Fix get_user_date/username with background callback. [41](https://github.com/plotly/dash-enterprise-auth/pull/41) - Update error message if run in a notebook cell.
0.2.2
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.
0.2.1
Updated - 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.
0.2.0
Updated - Dropped support for Python versions below 3.6 - Added MIT license