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: authlib/joserfc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.6.5
Choose a base ref
...
head repository: authlib/joserfc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.6.7
Choose a head ref
  • 10 commits
  • 16 files changed
  • 3 contributors

Commits on May 8, 2026

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

Commits on May 13, 2026

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

Commits on May 15, 2026

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

Commits on May 18, 2026

  1. chore: update actions

    lepture committed May 18, 2026
    Configuration menu
    Copy the full SHA
    00d599b View commit details
    Browse the repository at this point in the history
  2. chore: release 1.6.6

    lepture committed May 18, 2026
    Configuration menu
    Copy the full SHA
    8b869e8 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2026

  1. fix(typing): accept any Collection for algorithms, not just list

    The `algorithms` argument is only ever tested with truthiness and the
    `in` operator (it is stored verbatim as `self.allowed` on the JWS/JWE
    registries), so a tuple, set, or frozenset works at runtime. Widen the
    type hint from `list[str] | None` to `Collection[str] | None` across the
    jwt/jws/jwe public APIs and the registry constructors, and add a
    regression test covering list/tuple/set/frozenset.
    jonathangreen committed May 20, 2026
    Configuration menu
    Copy the full SHA
    102a7a7 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2026

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

Commits on May 23, 2026

  1. Configuration menu
    Copy the full SHA
    75d9f95 View commit details
    Browse the repository at this point in the history
  2. chore: release 1.6.7

    lepture committed May 23, 2026
    Configuration menu
    Copy the full SHA
    1e5b94d View commit details
    Browse the repository at this point in the history
Loading