flask-api-utils v1.0.2 Release Notes
Release Date: 2015-10-15 // over 7 years ago-
- HAWK_ENABLED config was added. It can be convenient to globally turn off authentication when unit testing.
Previous changes from v1.0.0
-
๐ Release contains interface changes.
- ๐ Hawk extension was added. It supports Hawk HTTP authentication scheme and Flask-Login extension.
- ๐ฑ Default HTTP error handler was removed from ResponsiveFlask. You have to manually set your own one by using @app.default_errorhandler decorator.