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: cedarcode/webauthn-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.2
Choose a base ref
...
head repository: cedarcode/webauthn-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.3
Choose a head ref
  • 14 commits
  • 7 files changed
  • 7 contributors

Commits on Oct 9, 2025

  1. Configuration menu
    Copy the full SHA
    f6f9575 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #483 from cedarcode/remove-warning-in-readme

    Remove warning from README
    marceloeloelo authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    1cca7dd View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Run bundle install

    joaquintomas2003 committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    4e42e6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7092245 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    435436b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #485 from cedarcode/jt--update_rack

    Update conformance spec dependencies
    joaquintomas2003 authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    342e4ff View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. Fix RelyingParty#origin returning always nil (#484)

    * test: add tests for `RelyingParty#origin=`
    
    * test: disable deprecation warnings
    
    * fix: update `RelyingParty#origin` to return allowed origin when there's only one
    
    Attempts to fix #481.
    
    * docs: update `CHANGELOG.md`
    santiagorodriguez96 authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    0be0492 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. Configuration menu
    Copy the full SHA
    5fa63c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41c8d8e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #488 from cedarcode/temciuc--fix-conformance-server

    [conformance] Fix server startup failure
    nicolastemciuc authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    802d7f6 View commit details
    Browse the repository at this point in the history
  4. Little improvements over origin accessor and writer deprecation war…

    …nings (#487)
    
    * chore: improve `WebAuthn.origin` deprecation warning
    
    This will make it clear to users of the gem that using `WebAuthn.origin`
    when setting multiple allowed origins will make the former return `nil`.
    
    * chore: improve `WebAuthn.origin=` deprecation warning
    
    Make it clear that the method throwing the deprecation warning is the
    seter (`WebAuthn.origin=`)
    santiagorodriguez96 authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    f5397cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a4c279 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0519c73 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #489 from cedarcode/sr--prepare-for-release

    Prepare for `v3.4.3` release
    santiagorodriguez96 authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    bc1d035 View commit details
    Browse the repository at this point in the history
Loading