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

[SG-168] Passwordless login web MVP #3424

Merged
merged 46 commits into from
Sep 26, 2022

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    07c5140 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d7c4b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f24fec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67a9b77 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

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

Commits on Aug 9, 2022

  1. added request model

    gbubemismith committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    51b7609 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. made more changes

    gbubemismith committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    49f3149 View commit details
    Browse the repository at this point in the history
  2. fixed merge conflict

    gbubemismith committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    4216a98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff7125f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. fixed refrencing issue

    gbubemismith committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    5c91147 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. renamed model property

    gbubemismith committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    4abe802 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

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

Commits on Aug 19, 2022

  1. Added new file

    gbubemismith committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    2779f70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8bb6fb View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

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

Commits on Aug 23, 2022

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

Commits on Aug 25, 2022

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

Commits on Aug 26, 2022

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

Commits on Aug 29, 2022

  1. removed comment

    gbubemismith committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    3dee096 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. cleaned up login

    gbubemismith committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    8d6a410 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. fixed merge conflict

    gbubemismith committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    d0a7c80 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. fixed merge conflict

    gbubemismith committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    0c70ecd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d94cb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3769285 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

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

Commits on Sep 15, 2022

  1. [SG-168] Removed logs. Changed inputs for passwordless logic strategy…

    …. Removed tokenRequestPasswordless it is using the same as password.
    andrebispo5 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    f7d12a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ff19f2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'SG-168/login-with-device-request' of github.com:bitward…

    …en/clients into SG-168/login-with-device-request
    gbubemismith committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    5c35cfd View commit details
    Browse the repository at this point in the history
  4. code cleanup

    gbubemismith committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    07f26e9 View commit details
    Browse the repository at this point in the history
  5. code cleanup

    gbubemismith committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    1a869a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. fixed merge conflict

    gbubemismith committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    93ea78c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    37c92d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5d796e View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. fixed PR comments

    gbubemismith committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    7cbb41b View commit details
    Browse the repository at this point in the history
  2. added module for login

    gbubemismith committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    424bc1b View commit details
    Browse the repository at this point in the history
  3. fixed post request bug

    gbubemismith committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    c434e03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4673295 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

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

Commits on Sep 26, 2022

  1. added feature flag

    gbubemismith committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    2a08188 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d417012 View commit details
    Browse the repository at this point in the history
  3. added feature flag

    gbubemismith committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    39dcc90 View commit details
    Browse the repository at this point in the history
  4. added feature flag

    gbubemismith committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    2da9179 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4fe432 View commit details
    Browse the repository at this point in the history