pierrejeambrun opened a new pull request, #47725: URL: https://github.com/apache/airflow/pull/47725
This add the logout endpoint. When I try this locally with the `FabAuthManager` we get the same problem as https://github.com/apache/airflow/pull/47662, we are working outside of a request context. I think we need to do the same thing we do for the login -> redirect to a flask `login_url` so this is rendered with the WSGI middleware and passing the flask context along. -- 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]
