not-kennethreitz / flask-sslify

Force SSL on your Flask app.
https://pypi.python.org/pypi/Flask-SSLify
BSD 2-Clause "Simplified" License
504 stars 85 forks source link

Use current_app instead of hard-coupling extension to app. #22

Closed mbr closed 10 years ago

mbr commented 10 years ago

This is good practice, regardless of whether Blueprints will be supported!

kennethreitz commented 10 years ago

:sparkles: :cake: :sparkles: