vitr/safari-cookie-in-iframe

Safari 13

Opened this issue · 5 comments

Looks like this fix doesn't work in iOS 13.5 anymore. Are there any suggestions how to handle cookies now?

Me searching for Solutions aswell. I googled many days, nothing works

We finished using session token as query param targeting iOS/iPadOS browsers instead of iFrame

We finished using session token as query param targeting iOS/iPadOS browsers instead of iFrame

Oh good Idea, thought about the same. Do you have any Template or hint for this? Didn't found much or anything as i think its some old trick ?

We finished using session token as query param targeting iOS/iPadOS browsers instead of iFrame

Oh good Idea, thought about the same. Do you have any Template or hint for this? Didn't found much or anything as i think its some old trick ?

Just checked - we even don't check for specific browser anymore, just follow OAuth2 approach :)