Is anyone having issues with native apple sign in?...
# supabase-kt
b
Is anyone having issues with native apple sign in? I see a few github issues with it but I’m not sure they’ve been resolved. It looks like the auth bearer and the apikey are the same inside of my error which is making it return
BadRequestRestException: Bad Request (Bad ID token)
j
No, the issue has not been resolved.
It looks like the auth bearer and the apikey are the same
This is expected behavior, the error is referring to the ID Token from Apple.
Manual Apple Native sign in works, so the issue must lie somewhere within the implementation
b
Thanks for letting me know, I spent wayyyy too long trying to figure out if it was a problem on my end. The fallback options works fine 👍🏼