flask-sslify
flask-sslify copied to clipboard
Use with app factory pattern has been broken
trafficstars
Since v0.1.5, any app using this extension with the app factory pattern crashes on startup because current_app is being manipulated without an active application context.
This regression was introduced by #28.
Merging #32 should fix this issue.
#45 will also fix this issue
Over a year later and still no merge to fix app factory pattern?
Also, https://github.com/kennethreitz/flask-sslify/pull/45 didn't work for me, but https://github.com/kennethreitz/flask-sslify/pull/32 did.