pallets-eco / flask-social

OAuth Provider Integration for Flask-Security
MIT License
245 stars 103 forks source link

Fix init #70

Closed CatarinaPBressan closed 7 years ago

CatarinaPBressan commented 9 years ago

Ensures that init_app correctly initializes the extension by assigning the datastore and _state to self

This makes the extension correctly support the factory pattern as described in http://flask.pocoo.org/docs/0.10/extensiondev/