Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JoshAtDoorDash/DoorDashAPIWinFormsApp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: joshongithub/DoorDashAPIWinFormsApp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 4, 2024

  1. Updated to use .NET 8 and updated JWT Libraries

    .NET 7 will not longer be supported on 2024-05-14. I updated to .NET 8 which is supported until 2026-11-10.
    
    The Microsoft.IdentityModel.Tokens and System.IdentityModel.Tokens.Jwt  packages were out-of-date, one with a security warning. I updated to latest secure versions.
    joshongithub committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8e7b7ad View commit details
    Browse the repository at this point in the history
  2. Update README.md to reference .NET 8

    Updated references to .NET 8 from .NET 7 to match code changes.
    joshongithub authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c85828a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Update JwtCreateForm.cs

    Fixed Typo
    Josh Hurley authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    031063d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from jmhmaine/patch-1

    Update JwtCreateForm.cs
    joshongithub authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    02bd2ab View commit details
    Browse the repository at this point in the history
Loading