Hello, I’m having a hard time logging into my site (skillthrive.com) on Safari and on browsers using iOS. I’m using hosted pages with passwordless login. I’ve searched similar questions online and I assumed that the issue is around ITP (Passwordless login fails for first login on macOS/iOS Safari · Issue #820 · auth0/auth0.js · GitHub). Therefore, I created a custom domain, which I read would fix the issue, but I’m still having trouble.
What’s odd is that I’m not getting any errors in the logs or in the console—the auth access token and id token are simply not being stored in the local storage. There is one thing odd that’s happening though in the Auth0 logs and that no connection_id
is being recorded. Here’s the full example:
{
"date": "2019-01-30T13:26:44.012Z",
"type": "s",
"connection_id": "",
"client_id": "3U-nSf4D_ofItgNsObXGdFY92aFqBYih",
"client_name": "Skillthrive",
"ip": "98.251.108.157",
"user_agent": "Safari 12.0.2 / Mac OS X 10.14.2",
"details": {
"prompts": [],
"completedAt": 1548854804012,
"elapsedTime": null
},
"hostname": "login.skillthrive.com",
"user_id": "email|5c4b2505e8fd56b4e59eac8a",
"user_name": "hunter@hunterbecton.com",
"log_id": "90020190130132644012637928348495898728224680782653967025",
"isMobile": false
}
Any idea on how I can solve for this?
HAR file and Repo: https://github.com/hunterbecton/skillthrive-contentful-auth0-example