Describe the current behavior
Currently, API Key based authentication tokens are being stored in localStorage.
However, tokens generated through the Google Authentication flow are already stored in cookies. This creates inconsistency in how authentication data is handled across the application.
Describe the enhancement you'd like
- Move the affected authentication tokens from localStorage to cookies and align the implementation with the existing Google Authentication flow.
Describe the current behavior
Currently, API Key based authentication tokens are being stored in
localStorage.However, tokens generated through the Google Authentication flow are already stored in cookies. This creates inconsistency in how authentication data is handled across the application.
Describe the enhancement you'd like