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.63k stars 1.35k forks source link

Is it possible to add both AUTH_DB and AUTH_OAUTH at a time ? #2169

Closed vyshnav-suresh closed 9 months ago

vyshnav-suresh commented 9 months ago

we have tried several methods to integate both AUTH_DB and AUTH_OAUTH at a time so that users can use either normal login or oauth login.

dpgaspar commented 9 months ago

currently not supported