flask-security icon indicating copy to clipboard operation
flask-security copied to clipboard

[WIP] Fixes #340 factory pattern support

Open KeNaCo opened this issue 8 years ago • 3 comments

For some info, pls see #340

KeNaCo avatar Mar 26 '16 21:03 KeNaCo

Coverage Status

Coverage decreased (-0.6%) to 94.05% when pulling ecf3c8dfcf33ee1a97d04e7f9544586d4e9b72a0 on KeNaCo:fix-factory_pattern into e01cd63a214969cf8e4ee800d398e1c43b460c7f on mattupstate:develop.

coveralls avatar Mar 26 '16 21:03 coveralls

Coverage Status

Coverage decreased (-0.6%) to 94.055% when pulling 217fbd1611161453a15b24871d1a584fb66b7d41 on KeNaCo:fix-factory_pattern into e01cd63a214969cf8e4ee800d398e1c43b460c7f on mattupstate:develop.

coveralls avatar Mar 27 '16 10:03 coveralls

Actually this PR also has another commit which try to fix inconsistent datastore between __init___ and init_app. But as author said here in #537, this is not an intended API, so it will be better to pull request separately and discuss what is the proper way to initialize datastore in other issues or PRs.

jxltom avatar Feb 09 '17 03:02 jxltom