All Versions
5
Latest Version
Avg Release Cycle
169 days
Latest Release
3442 days ago
Changelog History
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.