Replies: 1 comment
-
@AyrDS Hello, did you have any success adding Apple Provider to your project, Please if is yes, can you share your final auth config file and any other changes needed? Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm encountering an issue with the Apple OAuth provider where I cannot retrieve the user's name on the first login. When a user signs in with Apple for the first time, I expect to receive the user's name, but it consistently arrives as
name: undefined
in my application.I've configured my authentication settings in a shared
auth.config.ts
file, and I believe the setup is correct. However, I'm still unable to get the user's name, even though this should be available on the first login.Could anyone help me understand what might be going wrong or if there is a configuration or additional step needed to ensure the name field is populated?
Here is a snippet from my
auth.config.ts
file where I set up the Apple provider.Beta Was this translation helpful? Give feedback.
All reactions