Sign in with Apple in web fails / error: 'invalid_client'
I'm facing issues with Sign in with Apple in my Better Auth setup:
Server logs show:
I've added
Current Status
Apple Sign In works in my Expo (native) app using ID token
Apple Sign In fails on web
- Using Better Auth with Expo plugin
- JWT payload for client secret looks correct:
- Web Service ID:
de.xxx.web - App Bundle ID:
de.xxx.app
Server logs show:
I've added
https://appleid.apple.com to trustedOrigins as suggested (should not be needed?), but still experiencing web authentication issues. Any ideas what might be causing this discrepancy between native and web authentication?