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
0.1.1
Fixed - Add back user info from keycloak user info endpoint. [24](https://github.com/plotly/dash-enterprise-auth/pull/24)
0.1.0
Added - Add `style` argument to `create_logout_button`. [22](https://github.com/plotly/dash-enterprise-auth/pull/22)
Changed - Use a raw `html.A` to create the logout button if on Dash Enterprise 5. [22](https://github.com/plotly/dash-enterprise-auth/pull/22)