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(sdk): normalize token exchange #546

Merged
merged 50 commits into from
Apr 17, 2024
Merged

feat(sdk): normalize token exchange #546

merged 50 commits into from
Apr 17, 2024

Commits on Apr 4, 2024

  1. ok

    mkleene committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    6381a82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27add89 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    9041528 View commit details
    Browse the repository at this point in the history
  2. remove token requirement

    mkleene committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    2be4941 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87083b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. just saving

    mkleene committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    4e614d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6abd78a View commit details
    Browse the repository at this point in the history
  3. point this at the new module

    mkleene committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    58044d2 View commit details
    Browse the repository at this point in the history
  4. Update auth_config.go

    mkleene authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d641004 View commit details
    Browse the repository at this point in the history
  5. don't need this

    mkleene committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    28c1fe6 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/normalize-token-exchange' into n…

    …ormalize-token-exchange
    mkleene committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    733d4c3 View commit details
    Browse the repository at this point in the history
  7. also not needed

    mkleene committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    065b503 View commit details
    Browse the repository at this point in the history
  8. use the right version

    mkleene committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    741dff8 View commit details
    Browse the repository at this point in the history
  9. work out types

    mkleene committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    39242f8 View commit details
    Browse the repository at this point in the history
  10. lint

    mkleene committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f787df1 View commit details
    Browse the repository at this point in the history
  11. lint

    mkleene committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    9d50cb3 View commit details
    Browse the repository at this point in the history
  12. Dockerfile

    mkleene committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    25ee148 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. just saving

    mkleene committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    7e5a86a View commit details
    Browse the repository at this point in the history
  2. add a better test

    mkleene committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c1e87e6 View commit details
    Browse the repository at this point in the history
  3. move

    mkleene committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c375d35 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. update tests

    mkleene committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    08282c3 View commit details
    Browse the repository at this point in the history
  2. fix modules

    mkleene committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    157f8aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    721c06e View commit details
    Browse the repository at this point in the history
  4. fix flag names

    mkleene committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    930d056 View commit details
    Browse the repository at this point in the history
  5. pass the context through

    mkleene committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5d9ec7b View commit details
    Browse the repository at this point in the history
  6. add the module

    mkleene committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    16f5662 View commit details
    Browse the repository at this point in the history
  7. just saving

    mkleene committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    475867a View commit details
    Browse the repository at this point in the history
  8. get the scope working

    mkleene committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4fcd79b View commit details
    Browse the repository at this point in the history
  9. lint

    mkleene committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    8dd38cb View commit details
    Browse the repository at this point in the history
  10. fix test

    mkleene committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    bca56be View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. look at the right field

    mkleene committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    54038a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f71b548 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66c365c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82d7a0c View commit details
    Browse the repository at this point in the history
  5. turn this into a test suite

    mkleene committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    25fbf39 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/normalize-token-exchange' into n…

    …ormalize-token-exchange
    mkleene committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    2c25be5 View commit details
    Browse the repository at this point in the history
  7. lint

    mkleene committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    8e5f919 View commit details
    Browse the repository at this point in the history
  8. lint

    mkleene committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    84e92e8 View commit details
    Browse the repository at this point in the history
  9. lint

    mkleene committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    56f424f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    99ea8d6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    491d9be View commit details
    Browse the repository at this point in the history
  12. make fix

    mkleene committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    dae598b View commit details
    Browse the repository at this point in the history
  13. Merge remote-tracking branch 'origin/normalize-token-exchange' into n…

    …ormalize-token-exchange
    mkleene committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    cd90ae1 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    afcb757 View commit details
    Browse the repository at this point in the history
  2. Update options.go

    mkleene authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    008aa26 View commit details
    Browse the repository at this point in the history
  3. Update sdk.go

    mkleene authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    df8d43b View commit details
    Browse the repository at this point in the history
  4. Update options.go

    mkleene authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    4be989b View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

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

Commits on Apr 17, 2024

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