lalwanim opened a new pull request, #20294:
URL: https://github.com/apache/superset/pull/20294

   To pass flask context to superset.config and then to custom security so that 
flask functions can be used like app.<func_name>
   
   ### SUMMARY
   When we use custom security for Authentication  - we may need flask context 
to perform few tasks. Like app.before_request() will need context to work 
otherwise will end up in error - 
   RuntimeError: Working outside of application context.
   
   
   ### TESTING INSTRUCTIONS
   This is for custom authentication scenarios which may not be required for 
everyone. So testing should focus that this change is not breaking existing 
authentication/login.
   


-- 
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]

Reply via email to