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

Re-align CustomAuth #75

Merged
merged 27 commits into from
Oct 24, 2024
Merged

Re-align CustomAuth #75

merged 27 commits into from
Oct 24, 2024

Commits on Jul 30, 2024

  1. re-align customauth

    This PR seeks to re-align the current implementation of custom-auth-swift to that of the web implementation of CustomAuth.
    
    This will reduce the overhead of differences a developer would need to remember between the two and provide an overall better experience.
    
    This will also provide better long term maintainability and make feature parity simpler to implement between the two.
    
    Note this is a breaking change and needs to be released as a major version.
    metalurgical committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    72a83f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b33d7a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. update

    metalurgical committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    dfa6cb5 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. review comments

    Check defaults for CustomAuthArgs
    Check login types, implement caseSensitiveField helper function, use helper in getVerifierId
    metalurgical committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    caf4c58 View commit details
    Browse the repository at this point in the history
  2. remove passkeyextra params

    commenting it out since it will need to be put back in the passkeys implementation
    metalurgical committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    44d02d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    1cc8fb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa25791 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b22ff1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6053f8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d995f2 View commit details
    Browse the repository at this point in the history
  6. nits

    shahbaz17 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6df8e2f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    112adcb View commit details
    Browse the repository at this point in the history
  8. update

    metalurgical committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    32a85c7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    39a47bb View commit details
    Browse the repository at this point in the history
  10. fix: aggregate login

    metalurgical committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    984c0fd View commit details
    Browse the repository at this point in the history
  11. nits for configs

    shahbaz17 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    5aca4a4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b6a314f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    80a511c View commit details
    Browse the repository at this point in the history
  14. Update Package.resolved

    metalurgical committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    045d57c View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

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

Commits on Sep 30, 2024

  1. catch up to v20 changes

    metalurgical committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    7aa5c22 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

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

Commits on Oct 9, 2024

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

    metalurgical committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    41ec6b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Merge pull request #76 from torusresearch/encapsulate_torusnetwork

    refactor: update to latest torusutils
    metalurgical authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    06bb9b3 View commit details
    Browse the repository at this point in the history
  2. update swift example

    metalurgical committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8dab48a View commit details
    Browse the repository at this point in the history
  3. update cocoapods example

    metalurgical committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8e6dd98 View commit details
    Browse the repository at this point in the history