alejandroparra opened a new issue #17544: URL: https://github.com/apache/superset/issues/17544
Hi there! I was trying to set up the Custom OAuth2 Configuration but found out that one very important and necessary import is missing from the documentation in order to make the sample code work without any problem. the import missing is with the library OAuth, after several hours of search de reading, importing only that library doesn't work, what it works is to import the full OAuth library from flask_appbuilder.security.manager. I would like to open a pull request adding these lines of code thanks for this awesome software -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
