mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
fix: machine auth for GAQ enabled deployments (#29591)
This commit is contained in:
@@ -126,6 +126,8 @@ class MachineAuthProvider:
|
||||
login_user(user)
|
||||
# A mock response object to get the cookie information from
|
||||
response = Response()
|
||||
# To ensure all `after_request` functions are called i.e Websockets JWT Auth
|
||||
current_app.process_response(response)
|
||||
current_app.session_interface.save_session(current_app, session, response)
|
||||
|
||||
cookies = {}
|
||||
|
||||
Reference in New Issue
Block a user