Releases: plotly/dash-auth
Releases · plotly/dash-auth
v2.3.0
v2.2.1
Fixed
- Fix when looking for callback inputs that are not in the right format when checking for whitelisted routes
v2.2.0
Added
- Possibility to whitelist routes with the
add_public_routesutility function, the routes should follow Flask route syntax - NOTE: If you are using server-side callbacks on your public routes, you should use dash_auth's new
public_callbackrather than the default Dash callback
v2.1.0
- Uses flask
before_requestto protect all endpoints rather than protecting routes present at instantiation time - Allows user to use user-defined authorization python function instead of a dictionary/list of usernames and passwords
- Raise minimum Python version to 3.8, dropping support for 3.6 and 3.7
v2.0.0
Removed
Removed obsolete PlotlyAuth. dash-auth is now just responsible for BasicAuth.
Drop Python 2 support. Minimum Python version is now 3.6.