-
Notifications
You must be signed in to change notification settings - Fork 37
Migrate from local storage to cookies for jwt storage #1788
Copy link
Copy link
Open
Feature
0 / 10 of 1 issue completed
Copy link
Labels
RefactoringThings that improve how an existing functionality works.Things that improve how an existing functionality works.beginnerenhancementThings that add any new functionality or feature.Things that add any new functionality or feature.javascriptPull requests that update javascript codePull requests that update javascript codesecurityPull requests that address a security vulnerabilityPull requests that address a security vulnerability
Metadata
Metadata
Assignees
Labels
RefactoringThings that improve how an existing functionality works.Things that improve how an existing functionality works.beginnerenhancementThings that add any new functionality or feature.Things that add any new functionality or feature.javascriptPull requests that update javascript codePull requests that update javascript codesecurityPull requests that address a security vulnerabilityPull requests that address a security vulnerability
local storage is unsecure, we need to put the jwt token in cookies so that it can't be manipulated and vulnerable to XSS