safak / youtube

5.04k stars 5.47k forks source link

JWT tokens stored in local storage #130

Open rafaelpoveronferreira opened 1 year ago

rafaelpoveronferreira commented 1 year ago

It's a bad practice and a major security flaw. A commit storing JWT token as httpOnly cookies or even implementing server sessions should be considered by those using this tutorial.