Firstyear

Results 1097 comments of Firstyear

@nicksteele But you can't check these through auth selection criteria - you had to perform a registration and then reject it once it fails the aaguid check. There is a...

@nicksteele The thing is, as an RP we already have the ability to discriminate authenticators by rejecting attestations. We already are in *exactly* the situation described. The difference is where...

It's here: https://w3c.github.io/webauthn/#backup-eligibility """ A [Public Key Credential Source](https://w3c.github.io/webauthn/#public-key-credential-source)'s [generating authenticator](https://w3c.github.io/webauthn/#generating-authenticator) determines at creation time whether the [public key credential source](https://w3c.github.io/webauthn/#public-key-credential-source) is allowed to be [backed up](https://w3c.github.io/webauthn/#backed-up). Backup eligibility is...

For sure, I'm not very good at writing the docs, but if you want I can review and test them out.

RUST_BACKTRACE=1 for @Fishrock123 (no changes to features) ``` thread 'main' panicked at 'Should Succeed!: ResponseBodyError(None): unknown error', src/main.rs:9:28 stack backtrace: 0: rust_begin_unwind at /rustc/53cb7b09b00cbea8754ffb78e7e3cb521cb8af4b/library/std/src/panicking.rs:493:5 1: core::panicking::panic_fmt at /rustc/53cb7b09b00cbea8754ffb78e7e3cb521cb8af4b/library/core/src/panicking.rs:92:14 2: core::result::unwrap_failed...

Is there a major set of changes to move to 1.x first? And did you want me to report that issue or can we proxy it over somehow?

https://github.com/sagebind/isahc/issues/341

Tested with: ``` [patch.crates-io] http-client = { git = "https://github.com/Fishrock123/http-client.git", branch = "fix-isahc-head-zero-size" } ``` Can confirm that it works now :) Thank you!

There may be another way to trigger this, as I've started to see other calls have this issue now. ``` [package] name = "surf-cl-repro" version = "0.1.0" edition = "2018"...

@Fishrock123 I think I've solved it. Looking at `http-client/src/isahc.rs` I think you need to match on `Some(0) | None => ` because in some cases it does a Some(0) which...