-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Store access token in memory
Both the access token and refresh token are currently being stored in cookies. The access token is to be stored in the memory for security reasons as an access token in a cookie would make the app vulnerable to XSS (and CSRF too possibly)
Helpful Hasura article
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request