Tags: nfcim/fido2
Tags
Version 1.0.0 > And we're out of beta. We're releasing on time. -- Still Alive by GLaDOS - Add FIDO2 `makeCredential` / `getAssertion` encoding / decoding with unit tests. - All data classes now have `toJson` and `toString`. - Add stateless WebAuthn `Fido2Server` (registration / assertion flows, `rpIdHash` / `flags` / `signCount` checks, ES256 / EdDSA verification). - Split public APIs into `fido2_client.dart` (CTAP client) and `fido2_server.dart` (server); adjust top-level exports. - Expand COSE (EC2/OKP constants, CBOR map encoding, ES256 and EdDSA verifiers with strict DER parsing and low-S normalization) and add algorithm registry. - Update dependencies (asn1lib, crypto, pointycastle, cbor).