Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: firebase/firebase-admin-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: firebase/firebase-admin-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: auth-mfa
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 65 files changed
  • 2 contributors

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 authored 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 authored 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 authored 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 authored 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 authored 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 authored Jan 22, 2020
    Configuration menu
    Copy the full SHA
    f7b445d View commit details
    Browse the repository at this point in the history
Loading