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

feat(auth): Multi-factor Auth support with SMS for Google Cloud Identity Platform #804

Merged
merged 13 commits into from
Mar 9, 2020

Commits on Oct 24, 2019

  1. Populates UserRecord with multi-factor related info (#681)

    Updates UserRecord to parse multi-factor related information from the GetAccountInfo server response.
    
    First step in supporting multi-factor authentication with SMS as a second factor.
    bojeil-google committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    fa7f2ec View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Adds ability to import users with phone second factors. (#699)

    * Adds ability to import users with phone second factors.
    
    * Addresses review comments.
    bojeil-google committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    5ac091b View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Adds multi-factor support for updateUser (#706)

    * Adds multi-factor support for updateUser.
    This will allow the ability to update the list of second factors on an existing user record.
    bojeil-google committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    70b7da9 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Extends createUser to support multi-factor user creation. (#718)

    * Extends createUser to support multi-factor user creation.
    
    Note that only phoneNumber and displayName are allowed to be passed in this operation.
    
    Adds relevant unit and integration tests.
    
    This capability is only available in staging.
    bojeil-google committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    b59b17a View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Merged with master (#727)

    hiranya911 authored and bojeil-google committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    34e2ab9 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Adds backend multi-factor auth related errors and their client mappin…

    …gs. (#752)
    
    * Adds backend multi-factor auth related errors and their client mappings.
    bojeil-google committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    72987f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Defines the d.ts multi-factor related comments for reference generati…

    …on. (#766)
    
    * Defines the d.ts multi-factor related comments for reference generation.
    
    * Adds missing multi-factor related claims to the `DecodedIdToken` interface.
    bojeil-google committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    f7b445d View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. Configuration menu
    Copy the full SHA
    372a0d4 View commit details
    Browse the repository at this point in the history
  2. Added comment.

    bojeil-google committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    bc41612 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2020

  1. Configuration menu
    Copy the full SHA
    c88ec89 View commit details
    Browse the repository at this point in the history
  2. Fixes test failures.

    bojeil-google committed Mar 8, 2020
    Configuration menu
    Copy the full SHA
    16c9f46 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Configuration menu
    Copy the full SHA
    b747c8c View commit details
    Browse the repository at this point in the history
  2. Fixes broken test.

    bojeil-google committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    ac785a2 View commit details
    Browse the repository at this point in the history