flask-api-utils v1.0.2 Release Notes
Release Date: 2015-10-15 // over 10 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.