flask-api-utils v1.0.2 Release Notes

Release Date: 2015-10-15 // over 8 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.