All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added logging on request failure for the
PlotlyAuth
handler - Added retry logic for the
PlotlyAuth
handler
- The oauth redirect URL is now trailing-backslash insensitive
- Allow the version to be imported with
dash_auth.__version__
- Wrap string responses in a
flask.Response
so that cookies can be added to it
- Fixed authentication with path based routing with dash==0.18.3
- Add path and secure attributes to the plotly auth cookies for
PlotlyAuth
- No longer implicitly saves
localhost:8050
as a valid oauth redirect URL forPlotlyAuth
- Path-based routing with Plotly auth for apps where
app.config.requests_pathname_prefix
is not/
now works
- Python 3 support for Basic Auth
- Integration and continuous integration tests
- Python 3 support for Plotly Auth
First stable Python 2 release