-
-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apple Native Sign In : { "__isAuthError": true, "name": "AuthApiError", "status": 400 } #504
Comments
This ticket also related to this ticket #1561 |
Same error |
I seem to have the same error in a native Swift / SwiftUI project. I've had the error since Novembre 2023 AFAIK.
After doing :
|
Hi all, is this still an issue? For the Swift, please make sure to follow example: https://github.com/supabase/supabase-swift/blob/main/Examples/Examples/Auth/SignInWithApple.swift Thanks. |
Hi, I changed my code and I've had much less problems with Supabase Auth with Sign In With Apple. I think it ought to have better documentation though - I used ChatGPT to be able to improve it, but it was also struggling. I would personally close it. Thanks for the support! |
Thanks @dpelletier2017 Could you share what was the change that make it work? |
@grdsdev It ended up being something like this.
|
Bug report
Describe the bug
IdentityToken
is returned by Apple, butsupabase.auth.signInwithIdToken
breaks and returns the erroTo Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Expected behavior
Expected behavior is for supabase to generate the accessToken and refreshToken for the session
Screenshots
If applicable, add screenshots to help explain your problem.
System information
Additional context
I am using Expo, went through every code snippet out there and this issue particularly #Issue1401
The text was updated successfully, but these errors were encountered: