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: cloudflare/web-bot-auth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: cloudflare/web-bot-auth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: registry-draft
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 16 files changed
  • 1 contributor

Commits on Sep 25, 2025

  1. Remove "purpose" field from directory

    That field does not exist in the spec anymore. This is being removed.
    thibmeu committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    7731814 View commit details
    Browse the repository at this point in the history
  2. Add registry parsing to web-bot-auth in typescript

    Add a short method parsing registry.
    It also adds test vectors.
    thibmeu committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    820b7c9 View commit details
    Browse the repository at this point in the history
  3. Example updated to use the registry draft

    The verification worker now provides a registry on /test-registry.txt.
    Caddy plugin has been updated to support fetching registries, and the
    signature agent in them.
    
    This is basic, and breaks the old model where caddy could import a
    directory directly.
    
    Running the example locally is cumbersome as, beyond chrome extension,
    there is no good tool to generate an RFC9421 signed request. That's
    something to do later on.
    
    I ran the example by generating a signature with the "scheduled" script.
    thibmeu committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    8e1c0dc View commit details
    Browse the repository at this point in the history
Loading