Flask-User icon indicating copy to clipboard operation
Flask-User copied to clipboard

refactor(package): enabling postopend init_app for all managers

Open avillia opened this issue 2 years ago • 0 comments

While working on some projects, I've found out that Flask-User doesn't properly hold initialization without passed app, db and UserClass objects. And even if you want to firstly create UserManager and then init_app, you have to do smth like UserManager(app=None, ...), which looks inconsistent and odd.

avillia avatar Dec 28 '21 15:12 avillia