Flask-User-starter-app
Flask-User-starter-app copied to clipboard
Fix current_user.is_authenticated()
Flask-Login changed current_user.is_authenticated() to be a property in 0.3.0, and thus making a method call here generates this error.