vincbeck commented on PR #47432: URL: https://github.com/apache/airflow/pull/47432#issuecomment-2718610398
Hi @gopidesupavan. Thanks for your reactivity and all these modifications. This is quite important so I think that's why we are trying to find the best solution. What did not work when you tried with headers? Example: ``` response = RedirectResponse(...) response.headers["Authorization"] = "Bearer your_token_here" ``` Why this solution does not work? I am trying to avoid as much as I can to rely to auth manager to store the JWT token -- 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]
