Stéphane Épardaud
Stéphane Épardaud
> I see that webauthn4j has dependency on databind, is that something the project can avoid ? I suppose not, it's using its JSON and CBOR mapping internally.
Any news?
So, I've added one test, which was not trivial to find out how, but at least it passes :) I've noticed something annoying though: `WebAuthnImpl.authenticate()` (and same for WebAuthn4J) creates...
Ah, apparently I broke some other tests by adding a dependency on the webauthn4j test module :-/ Also, other question is related to needing the webauthn4j version in the `pom.xml`,...
I updated the code for the `username` case change, and made the webauthn4j test modules `static`. When I run the entire test suite, graphql fails with: ``` [ERROR] Error occurred...
Well, CI passed :)
If you make the method `public` then it's exposed, that's the contract. There's no point in making public methods in a controller other than to expose them, so I'm not...
Yeah, `RenardeOidcHandler` is special, and not something that can be implemented in a `Controller`. Perhaps I should make it an explicit error if you try that?
I'm not sure, I guess it depends on how filters and reader interceptors interact. I don't think we want to invoke reader interceptors while in the middie of the first...