5tarlight / Jasao

Space for you, space for us
https://jasao.kro.kr
MIT License
2 stars 0 forks source link

[Feat] Change sensitive data storage #17

Closed 5tarlight closed 1 year ago

5tarlight commented 1 year ago

Saving token and other login credentials in localStorage is not safe. It can be compromised by CSRF or XSS. Along with security improvement in #15, it will make JWT authentication safe.

Reference

Spring http-only cookie (Korean)