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

GitHub Apps Proof-of-Concept #69

Closed
wants to merge 12 commits into from
Closed

GitHub Apps Proof-of-Concept #69

wants to merge 12 commits into from

Commits on May 8, 2024

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

Commits on May 9, 2024

  1. Run dotnet format

    kfcampbell committed May 9, 2024
    Configuration menu
    Copy the full SHA
    a37d07c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ffe620 View commit details
    Browse the repository at this point in the history
  3. Initial sketch of ClientBuilder

    - Nothing is working/fully-implemented
    - Some refactoring is still needed after implementation
    - Auth options error handling in the Build method need to go in their own helper
    - Middleware defaults still need to be loaded
    - App token creation and refresh still need to be implemented
    kfcampbell committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e3d536f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b560cc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e35c88e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Updates the cli to make it easire to use across dev instances. Code n…

    …ow uses the more patform common package Microsoft.Identity..
    nickfloyd committed May 13, 2024
    Configuration menu
    Copy the full SHA
    a094dc0 View commit details
    Browse the repository at this point in the history
  2. fixes whitespace issues

    nickfloyd committed May 13, 2024
    Configuration menu
    Copy the full SHA
    bbdc88a View commit details
    Browse the repository at this point in the history
  3. fixes usings order

    nickfloyd committed May 13, 2024
    Configuration menu
    Copy the full SHA
    f10b319 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f681e7 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. removes the unused ref

    nickfloyd committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ed8b9fc View commit details
    Browse the repository at this point in the history