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): Add TOTP support in Project and Tenant config #1989

Merged
merged 57 commits into from
Mar 29, 2023

Commits on Nov 23, 2022

  1. Sync with master (#1986)

    * build(deps): bump @types/node from 18.7.23 to 18.11.9 (#1983)
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.7.23 to 18.11.9.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * build(deps-dev): bump @firebase/auth-types from 0.11.0 to 0.11.1 (#1985)
    
    * build(deps-dev): bump sinon from 14.0.1 to 14.0.2 (#1984)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    pragatimodi and dependabot[bot] committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    3290943 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a16294 View commit details
    Browse the repository at this point in the history
  3. Merge with master (#1987)

    * build(deps): bump @types/node from 18.7.23 to 18.11.9 (#1983)
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.7.23 to 18.11.9.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * build(deps-dev): bump @firebase/auth-types from 0.11.0 to 0.11.1 (#1985)
    
    * build(deps-dev): bump sinon from 14.0.1 to 14.0.2 (#1984)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    pragatimodi and dependabot[bot] committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    5ebf34b View commit details
    Browse the repository at this point in the history
  4. Revert "Merge with master (#1987)" (#1988)

    This reverts commit 5ebf34b.
    pragatimodi committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    cf310fa View commit details
    Browse the repository at this point in the history
  5. Revert "Sync with master (#1986)"

    This reverts commit 3290943.
    pragatimodi committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    e3d47e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bad1cc9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a2e0cb View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Configuration menu
    Copy the full SHA
    9f146a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d261837 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c345c0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09067e7 View commit details
    Browse the repository at this point in the history
  5. Linter fixes

    pragatimodi committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    1174ffc View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Resolving review comments

    pragatimodi committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    a2c75a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58b5a74 View commit details
    Browse the repository at this point in the history
  3. Reviewed changes

    pragatimodi committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    e784cb5 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Formatting fix

    pragatimodi committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    a0fa071 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4ae79d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81f699d View commit details
    Browse the repository at this point in the history
  4. Import fix

    pragatimodi committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    b3f2861 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30ed6b4 View commit details
    Browse the repository at this point in the history
  6. Fix lint errors

    pragatimodi committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    ca73502 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bbe19d7 View commit details
    Browse the repository at this point in the history
  8. Unit tests fix

    pragatimodi committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    b4535ae View commit details
    Browse the repository at this point in the history
  9. api extractor fix

    pragatimodi committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    d7fac1f View commit details
    Browse the repository at this point in the history
  10. Import fix

    pragatimodi committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    047180b View commit details
    Browse the repository at this point in the history
  11. Import fix

    pragatimodi committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    4f572ff View commit details
    Browse the repository at this point in the history
  12. API extractor changes

    pragatimodi committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    dd310fe View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Adding documentation

    pragatimodi committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    78e4f64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8602bfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    351196a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    534aaa9 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    e71ea5d View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Undo whitespace changes

    pragatimodi committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    a86a64b View commit details
    Browse the repository at this point in the history
  2. Review fixes

    pragatimodi committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    47a83bd View commit details
    Browse the repository at this point in the history
  3. Variable names fix

    pragatimodi committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    fad1cec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c820e5f View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Lint error

    pragatimodi committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    4258f62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1de761 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Minor updates

    pragatimodi committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    f2540ad View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Minor updates

    pragatimodi committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    637b527 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17b0ffa View commit details
    Browse the repository at this point in the history
  3. Minor fixes

    pragatimodi committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    8e861cc View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Minor fixes

    pragatimodi committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    d55865e View commit details
    Browse the repository at this point in the history
  2. Minor fixes

    pragatimodi committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    1178082 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    450ffc1 View commit details
    Browse the repository at this point in the history
  4. Fix lint errors

    pragatimodi committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    74f18cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d611a7 View commit details
    Browse the repository at this point in the history
  6. Minor Fixes

    pragatimodi committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    c69eec7 View commit details
    Browse the repository at this point in the history
  7. Minor fixes

    pragatimodi committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    e9ed941 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ff5b340 View commit details
    Browse the repository at this point in the history
  9. Minor fix

    pragatimodi committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    dcc3aa7 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    e2716c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    8a27a63 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    0c97b50 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Improvements on comments

    pragatimodi committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    3e60948 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0db11fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25affb4 View commit details
    Browse the repository at this point in the history