-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestfeature requestRequesting featureRequesting feature
Description
Problem Statement / User Need
Currently, the frontend system stores tokens and auth utilities in the localStorage, which is considered to be the least secure approach
Proposed Solution
Store auth utilities like a token and user essential info in cookies instead
Roadmap Phase
- — Set up client-server to support cookies
- — change the client's auth system to use cookies instead
Alternatives Considered
The existing localStorage auth-based implementation or use in-memory caching for the token, but it leads to over-fetching because the user loses auth whenever the page reloads
Additional Context
none
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeature requestRequesting featureRequesting feature