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: v2.5.0
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: v2.5.1
Choose a head ref
  • 14 commits
  • 18 files changed
  • 8 contributors

Commits on Jun 28, 2020

  1. refactor: bump OpenSSL gem requirement to 2.2

    This allows us to lower the amount of test permutations on Travis and take advantage of the built-in helper functions for constant time comparison and working with certificate extensions.
    bdewater committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    8d6fd68 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2020

  1. Configuration menu
    Copy the full SHA
    982b4ed View commit details
    Browse the repository at this point in the history
  2. docs: address CR comments to clarify WebAuthn::RelyingParty does not …

    …need to be in the initializer
    brauliomartinezlm committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    f51ced0 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

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

Commits on Jun 7, 2021

  1. Merge pull request #327 from cedarcode/v3_rp_docs

    Docs: document Instance based configuration approach
    brauliomartinezlm authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    8fa01cc View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

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

Commits on Jun 20, 2021

  1. Merge pull request #330 from cedarcode/add-check-for-preventing-fixup…

    …s-commits
    
    Add Github action to prevent merging of fixup commits
    brauliomartinezlm authored Jun 20, 2021
    Configuration menu
    Copy the full SHA
    3d25ba7 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Update u2f_migration.md

    Update the example code to represent changes in the API of the `WebAuthn::AuthenticatorAssertionResponse` class
    jdongelmans authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    cff7419 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Merge pull request #356 from jdongelmans/patch-1

    Update u2f_migration.md
    bdewater authored Feb 3, 2022
    Configuration menu
    Copy the full SHA
    2ec326e View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Add Ruby 3.1 to CI

    petergoldstein committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    3d1da48 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. Configuration menu
    Copy the full SHA
    1c4f795 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #324 from cedarcode/openssl-22

    Bump OpenSSL gem requirement to 2.2
    brauliomartinezlm authored Mar 20, 2022
    Configuration menu
    Copy the full SHA
    4d76b1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ae9489 View commit details
    Browse the repository at this point in the history
Loading