Use strong session protection
continuous-integration/drone/push Build is failing Details

master
Drew Bednar 1 year ago
parent f7e9e680a7
commit a1304450fa

@ -12,7 +12,7 @@ Session = sessionmaker(engine)
# Configure Authentication
login_manager = LoginManager()
login_manager.session_protection = "basic"
login_manager.session_protection = "strong"
login_manager.login_view = "user.user_login"

Loading…
Cancel
Save