redsd / vue-apple-login

A simple Vue plugin to include an Apple sign-in button into your web app.
MIT License
11 stars 4 forks source link

Overwrite response_model query param #6

Open carlosnutual opened 1 year ago

carlosnutual commented 1 year ago

Hi,

I would like to know if it is possible to overwrite the "response_mode" query parameter. When the app makes the request, it returns the email but not the name. While searching the internet, I found out that the response_mode should be set as "response_mode=form_post."

regards,

redsd commented 1 year ago

Hi, sorry for the late reaction. To be honost I can't find anything related to response_mode, neither in the code nor the documentation from Apple: https://developer.apple.com/documentation/sign_in_with_apple/sign_in_with_apple_js/configuring_your_webpage_for_sign_in_with_apple

Are you sure you have set the scope in yor main.js to name email in order to retrieve the name of the user?