tranv94 opened a new pull request #11146: URL: https://github.com/apache/incubator-superset/pull/11146
### SUMMARY Adding `authlib` as a required package. In the documentation, superset supports Oauth, but since authlib is now separated from flask, this is required if one wants to use authlib. ### TEST PLAN Tested by building via docker and importing authlib package via: `superset/config.py line 37` ``` from flask_appbuilder.security.manager import AUTH_DB, AUTH_OAUTH ``` Allows one to set up oauth correctly. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
