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: pdsinterop/php-solid-auth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.2
Choose a base ref
...
head repository: pdsinterop/php-solid-auth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.0
Choose a head ref
  • 8 commits
  • 6 files changed
  • 5 contributors

Commits on Sep 27, 2022

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

Commits on Sep 28, 2022

  1. Merge pull request #29 from pdsinterop/solid-oidc-tests

    Improvements from solid-oidc-tests
    michielbdejong authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    e07c22d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    8afcdc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8350a28 View commit details
    Browse the repository at this point in the history
  3. split dpop validation in jwt-dpop validation and idtoken-dpop validat…

    …ion, as they require different things
    
    added the 'ath' check in the validateJwtDpop method
    moved the 'jkt' check to the validateIdTokenDpop method
    fixed the tests to use a correct jwt access token (instead of just putting the dpop token there as well)
    poef committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    6902e3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    961a2b9 View commit details
    Browse the repository at this point in the history
  5. improved isset() calls

    fixed @returns at validateDpop
    add $this->markTestSkipped for 3 tests that are probably incorrect
    poef committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    bc9e227 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Merge pull request #32 from pdsinterop/fix/jkt-check

    Fix for JKT check
    ylebre authored Sep 30, 2022
    Configuration menu
    Copy the full SHA
    ea830b6 View commit details
    Browse the repository at this point in the history
Loading