shreyaskj-0710 opened a new pull request, #54898:
URL: https://github.com/apache/airflow/pull/54898

   Fixes #54200 
   
   **Description**
     Previously, both localStorage and cookies were used to manage the current 
session for the JWT token. When accessing         
     multiple Airflow instances from the same browser, this caused an Invalid 
token error.
   
     To resolve this, I replaced the use of localStorage and cookies with 
sessionStorage.
   
   **Pros**
     Allows users to log in to multiple Airflow instances from the same browser 
without token conflicts.
   
   **Cons**
     When opening a new browser tab for an Airflow instance, users will need to 
re-enter their credentials.
   


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