vincbeck commented on issue #47559:
URL: https://github.com/apache/airflow/issues/47559#issuecomment-2710957812

   I came up with a slightly different approach in #47573. I introduced a 
method `logout` in the auth manager interface. This needs to be called whenever 
the user is logging out. I think thi is simpler since we do not have to handle 
external redirection. Here is the flow:
   - User clicks on logout
   - Frontend delete JWT token saved in local storage
   - Front-end redirect to a new logout route
   - This route executes `get_authManager().logout()`
   - Then redirect to login page?


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

Reply via email to