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.3.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: v3.0.0.alpha1
Choose a head ref
  • 2 commits
  • 23 files changed
  • 3 contributors

Commits on Jun 27, 2020

  1. Support multiple relying parties (#296)

    * WIP: Relying Party model
    
    * fixup! WIP: Relying Party model
    
    * refactor: make `WebAuthn.configuration` a wrapper for a `RelyingParty`
    instance
    
    * fixup! refactor: make `WebAuthn.configuration` a wrapper for a `RelyingParty` instance
    
    * refactor: delegate Configuration methods
    
    * refactor: always pass a RelyingParty
    
    * use relying party on when creating options
    
    * refactor: remove unnecessary aliases
    
    * fix: make reader private
    
    * refactor: make parent class AuthenticatorResponse responsible for relying party
    
    * fix: post rebase fixes
    
    * test: get rid of all keyword 2.7 warnings
    
    * fix: rebase trailing diff
    
    * fix: make rubocop happy
    
    * fix: make AttestationObject#deserialize accept relying_party param
    
    * refactor: algorithm validation uses relying party configuration
    
    * fix: make RP initializer use finders setter to process params correctly
    
    * fix: cache store should recieve origin from server
    
    * refactor: CR comments on API flexibility
    
    * refactor: CR comments
    
    * test: add functional comprehensive test for multiple RPs and a default configuration
    
    * refactor: Allow #verify_authentication to be used with or without a block
    
    * style: fix rubocop
    
    Co-authored-by: Braulio Martinez <[email protected]>
    padulafacundo and brauliomartinezlm authored Jun 27, 2020
    Configuration menu
    Copy the full SHA
    2f54c92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b54d37b View commit details
    Browse the repository at this point in the history
Loading