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): TOTP (time-based one-time password) support for multi-factor authentication #11420

Merged
merged 20 commits into from
Aug 30, 2023

Commits on Aug 4, 2023

  1. feat(auth): add TOTP support

    Lyokone committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    24cff95 View commit details
    Browse the repository at this point in the history
  2. feat(auth): add TOTP support

    Lyokone committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    23abb14 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. feat(auth): ios

    Lyokone committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    55d5fb3 View commit details
    Browse the repository at this point in the history
  2. feat(auth): openInOtpApp

    Lyokone committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    482095f View commit details
    Browse the repository at this point in the history
  3. feat(auth): add TOTP support

    Lyokone committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    084efd9 View commit details
    Browse the repository at this point in the history
  4. feat(auth): add TOTP support

    Lyokone committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    be2114c View commit details
    Browse the repository at this point in the history
  5. feat(auth): add TOTP for web

    Lyokone committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    0aa737b View commit details
    Browse the repository at this point in the history
  6. feat(auth): add TOTP for web

    Lyokone committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ca6550c View commit details
    Browse the repository at this point in the history
  7. feat(auth): add TOTP for web

    Lyokone committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    a530914 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. feat(auth): add TOTP for web

    Lyokone committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    16201c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. merge master

    Lyokone committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4a2d635 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. analyze

    Lyokone committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    538bf7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec339cf View commit details
    Browse the repository at this point in the history
  3. analyze

    Lyokone committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    c668545 View commit details
    Browse the repository at this point in the history
  4. analyze

    Lyokone committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    13d8967 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. merge with master

    russellwheatley committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e45a056 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    805c5dd View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Merge branch 'master' into feat/totp

    # Conflicts:
    #	packages/firebase_auth/firebase_auth/android/src/main/java/io/flutter/plugins/firebase/auth/GeneratedAndroidFirebaseAuth.java
    #	packages/firebase_auth/firebase_auth/example/pubspec.yaml
    #	packages/firebase_auth/firebase_auth/ios/Classes/Public/firebase_auth_messages.g.h
    #	packages/firebase_auth/firebase_auth/ios/Classes/firebase_auth_messages.g.m
    #	packages/firebase_auth/firebase_auth_platform_interface/lib/src/pigeon/messages.pigeon.dart
    #	packages/firebase_auth/firebase_auth_platform_interface/pubspec.yaml
    #	packages/firebase_auth/firebase_auth_platform_interface/test/pigeon/test_api.dart
    russellwheatley committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    5530235 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80b48e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2139b1d View commit details
    Browse the repository at this point in the history