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: passwordless-lib/fido2-net-lib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0-beta2
Choose a base ref
...
head repository: passwordless-lib/fido2-net-lib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0-beta3
Choose a head ref
  • 13 commits
  • 118 files changed
  • 5 contributors

Commits on Jun 26, 2023

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

Commits on Jul 28, 2023

  1. Adding Blazor examples wasm/server (#379)

    * Add Blazor WebAuthn lib
    
    * Razor lib: Add transports to attestation response.
    
    Note that this is not yet implemented by Firefox, so we have to return empty-listed if we can't get transports.
    
    * Blazor: Create basic structure, style, and MFA page
    
    * Add footer
    
    * Add passwordless
    
    * Add usernameless
    
    * Add custom demo
    
    * Blazor Client: Update userservice for new featues
    
    * Add docker support for onrender deployment
    
    * Less SouceLink but more nodejs in docker builder
    
    * Return actual errors, use render as origin
    
    * Add Blazor demo to pipeline config
    
    Also publishWebProjects has to be explicitly false to honour the 'projects' parameter.
    Regenhardt authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    5cb0f17 View commit details
    Browse the repository at this point in the history
  2. Fixed Origin in Blazor (#408)

    abergs authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    4446aea View commit details
    Browse the repository at this point in the history
  3. Support for PRF Extension (#390)

    * added prf to extension models
    
    * update comment summaries
    
    * added PRF to some existing tests for output
    
    * assert PRF enabled test
    
    * Small fixes
    
    ---------
    
    Co-authored-by: Anders Åberg <anders@andersaberg.com>
    kspearrin and abergs authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    dc8916b View commit details
    Browse the repository at this point in the history
  4. Improve Code Quality (#405)

    * Make UafVersion a readonly struct
    
    * Fix UndesiredMetadataStatusFido2VerificationException class name
    
    * Make RgbPaletteEntry a readonly struct
    
    * Make AuthenticationExtensionsDevicePublicKeyOutputs immutable
    
    * Make PublicKeyCredentialDescriptor immutable
    
    * Fix typo
    
    * Remove unused namespace
    
    * Use new IBufferWriter.WriteGuidBigEndian helper
    
    * Add AsnHelper.GetAaguidBlob
    
    * Fix tests
    iamcarbon authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    2ef5ff3 View commit details
    Browse the repository at this point in the history
  5. Change TargetFrameworks to TargetFramework (#403)

    When performing `dotnet run` this change prevents a framework version specification error
    yedidyas authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    1e7967b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02772cc View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Make AuthenticatorData immutable and strongly type throughout library (

    …#412)
    
    * Make AuthenticatorData immutable and strongly type throughout library
    
    * Improve nullability annotations
    
    * Add ParsedAttestationObject.FromCbor helper
    
    * Make AuthenticatorResponse immutable
    
    * Update Xunit
    
    * Update System.IdentityModel.Tokens.Jwt
    
    * Update Test.Sdk
    
    * Improve AuthenticatorResponse test coverage
    
    * Fix typos
    iamcarbon authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e6567d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    e571db5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2909c15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    906c238 View commit details
    Browse the repository at this point in the history
  4. Add CredentialPropertiesOuput (RK Support) (#411)

    * Add CredentialPropertiesOutput
    
    * Use .ID instead of null CredentialId
    abergs authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    2718d44 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Version bump

    abergs committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    eddb69e View commit details
    Browse the repository at this point in the history
Loading