Later versions of Flask-Login turn UserMixin.is_authenticated() into a property and then code and templates break everywhere b/c of superfluous braces.
The (more complicated) alternative to this change would be to bump flask packages to current versions and remove the braces on all calls from this package.
Later versions of Flask-Login turn
UserMixin.is_authenticated()
into a property and then code and templates break everywhere b/c of superfluous braces.The (more complicated) alternative to this change would be to bump flask packages to current versions and remove the braces on all calls from this package.