dpgaspar / Flask-AppBuilder

Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/
BSD 3-Clause "New" or "Revised" License
4.7k stars 1.36k forks source link

How to support both account password login and Oauth2 login? #2239

Closed yokonsan closed 5 months ago

yokonsan commented 6 months ago

Environment

Flask-Appbuilder version:

How to support both account password login and Oauth2 login? How to configure AUTH_TYPE?

yokonsan commented 6 months ago

I've tried setting AUTH_TYPE = AUTH_DB, AUTH_OAUTH, but it throws an error: AttributeError: 'NoneType' object has no attribute 'session'.