Skip to content
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

Sign in with Apple profile parameter #392

Merged
merged 1 commit into from
Jun 8, 2020
Merged

Sign in with Apple profile parameter #392

merged 1 commit into from
Jun 8, 2020

Conversation

ejensen
Copy link
Contributor

@ejensen ejensen commented May 27, 2020

Changes

Adds an optional profile parameter to the login(appleAuthorizationCode:). This enables passing more profile information than just the name. This supplements the existing fullName parameter, and follows the same convention as the existing login(facebookSessionAccessToken: profile:) method.

This is a non-breaking API change since the protocol extension provides a default nil value to the new parameter.

Testing

  • This change adds unit test coverage
  • This change has been tested on the latest version of the platform/language or why not

Checklist

@ejensen ejensen requested a review from a team May 27, 2020 01:03
…e) method

This enables passing more than just the name of the user
@Widcket Widcket self-assigned this May 29, 2020
@Widcket Widcket added the needs investigation An issue that has more questions to answer or otherwise needs work to fully understand the issue label May 29, 2020
@Widcket
Copy link
Contributor

Widcket commented Jun 4, 2020

Hi @ejensen, apologies for the delay. I'm a little busy right now, so I'll be reviewing this next week.

@Widcket Widcket merged commit 3547cee into auth0:master Jun 8, 2020
@Widcket Widcket added this to the vNext milestone Jun 10, 2020
@Widcket Widcket added CH: Added and removed needs investigation An issue that has more questions to answer or otherwise needs work to fully understand the issue labels Jun 10, 2020
@Widcket Widcket mentioned this pull request Jun 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants