fastapi-react icon indicating copy to clipboard operation
fastapi-react copied to clipboard

[FEATURE REQUEST] Authentication to use HttpOnly Cookie instead of Local Storage tokens

Open encryptblockr opened this issue 4 years ago • 0 comments

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

encryptblockr avatar Aug 25 '21 05:08 encryptblockr