Cookie session when API is on different domain

Is it possible to use auth.api.setAuthCookie() and auth.api.getUserByCookie() when the the API and the frontend are on complete different domains? I'm able to get it to work w/ Chrome, but Safari doesn't pass send the cookie in the request unless "Prevent cross-site tracking" is disabled.

Has anyone gotten this to work?

Thanks in advance!
Was this page helpful?