Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

  • Status
    Closed

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions