Skip to content

Authentication: Move API Key Token Storage form LocalStorage to Cookies #224

@Ayush8923

Description

@Ayush8923

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

Status
To Do

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions