fastapi-react
fastapi-react copied to clipboard
[FEATURE REQUEST] Authentication to use HttpOnly Cookie instead of Local Storage tokens
As we all know storing tokens in local storage is bad security Will be great to either change the authentication flow to use HttpOnly cookie as opposed to the local storage tokens
https://github.com/tiangolo/fastapi/issues/480