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 Loading
base: v1.6.0
Choose a base ref
...
head repository: cedarcode/webauthn-ruby Loading
compare: v1.7.0
Choose a head ref
  • 11 commits
  • 13 files changed
  • 3 contributors

Commits on Nov 1, 2018

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

Commits on Nov 2, 2018

  1. Configuration menu
    Copy the full SHA
    e300233 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #102 from cedarcode/readme

    docs: update README prerequisites
    grzuy committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    aaa09ac View commit details
    Browse the repository at this point in the history
  3. Merge pull request #103 from cedarcode/readme_link_to_demo

    docs: help users onboard by letting them know about the demo app
    grzuy committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    a2ae620 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4031cd View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. feat: expose attestation type and trust path after validation

    The WebAuthn spec notes the following:
    
    > Attestation statements conveying attestations of type AttCA use the same data structure as attestation statements conveying attestations of type Basic, so the two attestation types are, in general, distinguishable only with externally provided knowledge regarding the contents of the attestation certificates conveyed in the attestation
    
    Retrieving and managing this external data from the FIDO Metadata Service is (for now) up to the implementing application if so desired.
    bdewater committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    581d987 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. Configuration menu
    Copy the full SHA
    ad82954 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #98 from bdewater/attestation-type-trust-path

    feat: expose attestation type and trust path after validation
    grzuy committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    34a13fb View commit details
    Browse the repository at this point in the history
  3. refactor: update rubocop

    grzuy committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    4458aa1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c15a848 View commit details
    Browse the repository at this point in the history
  5. Bump gem version to v1.7.0

    grzuy committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    8152d2f View commit details
    Browse the repository at this point in the history
Loading