Describe the issue
After getting #3 across the finish line I'm less convinced that I need to maintain a browser library like with SimpleWebAuthn. The DC API has been influenced by some of the lessons we learned with WebAuthn (the primary driver behind getting JSON serialization support into WebAuthn) so beyond a simple check for typeof window.DigitalCredential !== "undefined" in the example project that came in with #3 I haven't found myself writing much browser-side DC API-specific code.
Naturally I next thought "why not flatten this repo into a non-monorepo" but I'll probably keep it for now. I can always simplify the setup later.
Describe the issue
After getting #3 across the finish line I'm less convinced that I need to maintain a browser library like with SimpleWebAuthn. The DC API has been influenced by some of the lessons we learned with WebAuthn (the primary driver behind getting JSON serialization support into WebAuthn) so beyond a simple check for
typeof window.DigitalCredential !== "undefined"in the example project that came in with #3 I haven't found myself writing much browser-side DC API-specific code.Naturally I next thought "why not flatten this repo into a non-monorepo" but I'll probably keep it for now. I can always simplify the setup later.