What is the best practice for storing JWT tokens: local storage, cookies or client memory?
I also know that there's a http-only cookie implementation, but http-only cookies are not accessible from client, so I don't know if it will be possible to implement in React.