My tech-stack is SpringBoot + VueJS and I'm having an issue in Safari browser during login. Using Spring Security on server-side and authentication is session based. Safari is blocking the third-party cookies which is preventing the session to be made on it hence I'm unable to use my application on Safari browser.
If you need cookie access as third-party, use the Storage Access API.
Source -> https://webkit.org/blog/10218/full-third-party-cookie-blocking-and-more/