All Versions
5
Latest Version
Avg Release Cycle
169 days
Latest Release
3107 days ago

Changelog History

  • v1.0.2 Changes

    October 15, 2015
    • HAWK_ENABLED config was added. It can be convenient to globally turn off authentication when unit testing.
  • v1.0.1 Changes

    October 15, 2015
    • Fix all tuple issue, thanks @attila
    • ๐Ÿ‘‰ Fix Flask-Login user.is_authenticated compatibility issue
  • v1.0.0 Changes

    June 21, 2014

    ๐Ÿš€ 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.
  • v0.2.0 Changes

    December 31, 2013
    • Http error handling was added.
  • v0.1.0 Changes

    December 10, 2013
    • ๐ŸŽ‰ Initial release.