react_jwt_auth
react_jwt_auth copied to clipboard
Foreign/third-party cookie jwt warnings
I get the following warnings:
- Firefox: Cookie “jwt” will soon be rejected because it is foreign and does not have the “Partitioned“ attribute.
- Chrome: Third-party cookie will be blocked in future Chrome versions as part of Privacy Sandbox.
It seems that this could be a problem only in the future but there is any way to avoid them right now?
Regards