webauthn-local-client icon indicating copy to clipboard operation
webauthn-local-client copied to clipboard

investigate using @oslo-project libs for CBOR and ASN.1

Open getify opened this issue 1 year ago • 0 comments

These new libraries from @oslo-project are worth checking out:

  • https://github.com/oslo-project/cbor
  • https://github.com/oslo-project/asn1

They may indeed offer a modern (ESM!?) alternative to the current deps for those capabilities, which could simplify/optimize the dependency loading (and bundling) this library has to juggle.

getify avatar Jun 04 '24 17:06 getify