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(amplify_auth_cognito): signIn, confirmSignIn, confirmSignUp and signOut #10

Closed
wants to merge 81 commits into from

Commits on Jun 24, 2020

  1. Initial Commit for Amplify-Flutter

    Noyes committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    2064ba8 View commit details
    Browse the repository at this point in the history
  2. updating readmes

    Noyes committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    98a78d8 View commit details
    Browse the repository at this point in the history
  3. removing gson dependency

    Noyes committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    ec7eda5 View commit details
    Browse the repository at this point in the history
  4. removing boilerplate comments

    Noyes committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    1d5148e View commit details
    Browse the repository at this point in the history
  5. removing interface tests

    Noyes committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    7136223 View commit details
    Browse the repository at this point in the history
  6. created amplify_auth package

    Noyes committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    6232c08 View commit details
    Browse the repository at this point in the history
  7. changed platform_interface to plugin_interface

    Noyes committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    985f622 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'amplify_core' into amplify_auth

    Noyes committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    99fb0f9 View commit details
    Browse the repository at this point in the history
  9. fixed interface file name

    Noyes committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    7c4a8f6 View commit details
    Browse the repository at this point in the history
  10. added dependencies for auth android

    Noyes committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    ba4289f View commit details
    Browse the repository at this point in the history
  11. added compile options

    Noyes committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    0f38020 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Merge branch 'amplify_core' into amplify_auth

    Noyes committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    e197d5c View commit details
    Browse the repository at this point in the history
  2. attempting code coverage

    Noyes committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    14549f5 View commit details
    Browse the repository at this point in the history
  3. removed .jar and .iml and updated gitignore

    Noyes committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    ed26e4c View commit details
    Browse the repository at this point in the history
  4. updated podpsec with team information; consolidated 2 lines of swift;…

    … updated error message
    Noyes committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    6e5cd96 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. simplifying class name

    Noyes committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    526fc45 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'amplify_core' into amplify_auth

    Noyes committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    85560ee View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. added signIn method to dart

    Noyes committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    376cfc1 View commit details
    Browse the repository at this point in the history
  2. changed package name

    Noyes committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    cc7323b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'amplify_core' into amplify_auth

    Noyes committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    d0d9cc9 View commit details
    Browse the repository at this point in the history
  4. changed directory to match packages

    Noyes committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    1f2abff View commit details
    Browse the repository at this point in the history
  5. renamed director to match update package name

    Noyes committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    1d919e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. type info

    Noyes committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    6c4b028 View commit details
    Browse the repository at this point in the history
  2. shortened class names

    Noyes committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    8c6a232 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

  1. signup for ios

    Noyes committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    583640d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. ios signup types

    Noyes committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    471d552 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. return types cast to simple maps

    Noyes committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    440fa5c View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

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

Commits on Jul 9, 2020

  1. organzied types and fixed bugs

    Noyes committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    7ab6d3d View commit details
    Browse the repository at this point in the history
  2. renamed plugin with _cognito appended

    Noyes committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    d026ad7 View commit details
    Browse the repository at this point in the history
  3. fixed error handling

    Noyes committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    97e3704 View commit details
    Browse the repository at this point in the history
  4. removing podfile.lock

    Noyes committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    0f9386f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a7e71d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae8c6f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. began adding tests and cleaning up types

    Noyes committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    19ec042 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'amplify_auth' of github.com:haverchuck/amplify-flutter …

    …into amplify_auth
    Noyes committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    6b8f704 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2020

  1. fixed done case for signup state

    Noyes committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    c2f538b View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. added callback functionality to signUp

    Noyes committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    8b94c1b View commit details
    Browse the repository at this point in the history
  2. additinal callback handling and tests

    Noyes committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    dcce7c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2d7385 View commit details
    Browse the repository at this point in the history
  4. improved auth sample app

    Noyes committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    fc5abe2 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. initial confirmSignUp commit

    Noyes committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    dc80f46 View commit details
    Browse the repository at this point in the history
  2. fixing android type

    Noyes committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    a3a4ba8 View commit details
    Browse the repository at this point in the history
  3. removed circular dependency

    Noyes committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    a3abd24 View commit details
    Browse the repository at this point in the history
  4. types reorganized; confirmSignUp working

    Noyes committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    7df3c84 View commit details
    Browse the repository at this point in the history
  5. rolling back confirmSignUp code

    Noyes committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    ed467ca View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. signIn

    Noyes committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    758b2d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. encapsulated types and added error enums

    Noyes committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    9421e6c View commit details
    Browse the repository at this point in the history
  2. removed most class extensions

    Noyes committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    33862d1 View commit details
    Browse the repository at this point in the history
  3. simplifying types

    Noyes committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    bcd6b2a View commit details
    Browse the repository at this point in the history
  4. delete unneeded classes

    Noyes committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    a0fc0cc View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. created return type for swift signUp

    Noyes committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    5c056c7 View commit details
    Browse the repository at this point in the history
  2. updating classes for signIn, confirmSignUp

    Noyes committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    e037a0a View commit details
    Browse the repository at this point in the history
  3. added request class for signup

    Noyes committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    0bb1436 View commit details
    Browse the repository at this point in the history
  4. removed unneeded method

    Noyes committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    30bb3fc View commit details
    Browse the repository at this point in the history
  5. minor fix

    Noyes committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    9cc62b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. working on signIn

    Noyes committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    d698d79 View commit details
    Browse the repository at this point in the history
  2. fixing codeDeliveryDetails for ios signup

    Noyes committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    a7bcf95 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. signOut done

    Noyes committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    315912f View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. confirmSignIn

    Noyes committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    c3839a9 View commit details
    Browse the repository at this point in the history
  2. removing build files

    Noyes committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    3d60118 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. PR suggestions

    Noyes committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    3d3fde3 View commit details
    Browse the repository at this point in the history
  2. unit tests

    Noyes committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    0c9db87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8036aaa View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. conforming to interface of other amplify libs

    Noyes committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    47c38c6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'amplify_auth' of github.com:haverchuck/amplify-flutter …

    …into amplify_auth
    Noyes committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    57e1cc6 View commit details
    Browse the repository at this point in the history
  3. merging analytics

    Noyes committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    ce1761d View commit details
    Browse the repository at this point in the history
  4. confirming auth methods to team interfaces

    Noyes committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    4515c59 View commit details
    Browse the repository at this point in the history
  5. updated core to allow named list of plugins, but will only allow one …

    …per category
    Noyes committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    cb191a4 View commit details
    Browse the repository at this point in the history
  6. merging latest

    Noyes committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    602675f View commit details
    Browse the repository at this point in the history
  7. multiplugin warning

    Noyes committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    f536692 View commit details
    Browse the repository at this point in the history
  8. fixing test

    Noyes committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    8d37fcc View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. code review comments from signup

    Noyes committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    a933b89 View commit details
    Browse the repository at this point in the history
  2. unifying method results

    Noyes committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    b8f81f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. removed provider idea

    Noyes committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    bc4384e View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. fixing enum issue

    Noyes committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    4c78e8a View commit details
    Browse the repository at this point in the history
  2. final signup

    Noyes committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    af812f7 View commit details
    Browse the repository at this point in the history
  3. signIn, confirmSignIn, confirmSignUp, signOut

    Noyes committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    0a9f8f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. unit test skeletons

    Noyes committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    c5306be View commit details
    Browse the repository at this point in the history
  2. error mapping

    Noyes committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    ebcb24d View commit details
    Browse the repository at this point in the history
  3. ios bug

    Noyes committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    dc8e7cf View commit details
    Browse the repository at this point in the history