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

PhoneProvider consistency between IOS and Android #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

PhoneProvider consistency between IOS and Android #155

wants to merge 1 commit into from

Commits on Mar 24, 2021

  1. Update PhoneProviderHandler.java

    Today in IOS the verification code is not sent in the signIn callback. This means that the user is not authenticated on javascript and allow the user to link to an existing account or sign in (like example).
    In android we can have the validation code, and it will directly signIn the user and cancel the possibility to link phone number with an existing account.
    
    To keep consistency between ios and android we should send the same information / do the same thing.
    
    As this is a breaking changes it could be added in v3 if you are ok with this.
    jdordoigne authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    de96f2b View commit details
    Browse the repository at this point in the history