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

Remove the channel parameter from MFA challenge method [SDK-2904] #536

Merged
merged 3 commits into from
Nov 8, 2021

Conversation

Widcket
Copy link
Contributor

@Widcket Widcket commented Nov 5, 2021

Changes

⚠️ THIS PR CONTAINS BREAKING CHANGES

The Swift implementation of the method for requesting an MFA challenge includes an extra channel parameter that should not be there: https://github.com/auth0/Auth0.swift/blob/master/Auth0/Authentication.swift#L268

That parameter was removed from the multifactorChallenge() method.

References

https://auth0.com/docs/api/authentication#challenge-request

https://github.com/auth0/Auth0.Android/blob/main/auth0/src/main/java/com/auth0/android/authentication/AuthenticationAPIClient.kt#L239

Testing

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

Checklist

@Widcket Widcket marked this pull request as ready for review November 5, 2021 15:17
@Widcket Widcket requested a review from a team as a code owner November 5, 2021 15:17
@Widcket Widcket requested a review from adamjmcgrath November 5, 2021 15:18
@Widcket Widcket merged commit 184bb81 into beta Nov 8, 2021
@Widcket Widcket deleted the v2/drop-oob_channel branch November 8, 2021 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants