JWT in HttpOnlyCookie problem with third party block
I have been (for quite a long time) developing apps using Angular for the frontend and PHP for the backend. I handled the security creating a JWT token that was sent from the back to the front and then stored in localStorage to keep the user logged in even if the browser was closed.