defguard icon indicating copy to clipboard operation
defguard copied to clipboard

Replace deprecated @github/webauthn-json module with native browser methods

Open moubctez opened this issue 2 months ago • 2 comments

@github/webauthn-json modules has been deprecated. This warning appears when building Core's web components:

 WARN  deprecated @github/[email protected]: Deprecated: Modern browsers support built-in WebAuthn JSON methods. Please use native browser methods instead. For more information, visit https://github.com/github/webauthn-json

The web-site https://github.com/github/webauthn-json explains what to do to switch to native browser methods.

moubctez avatar Sep 02 '25 09:09 moubctez

We should check how far that browser support reach and if it's acceptable for us.

filipslezaklab avatar Sep 02 '25 09:09 filipslezaklab

@teon Decide if we should cut off support of older then 2025 browsers for this feature to work or we should keep this deprecated lib for those who have older browsers.

filipslezaklab avatar Oct 08 '25 12:10 filipslezaklab