flutter-passkeys icon indicating copy to clipboard operation
flutter-passkeys copied to clipboard

Can we provide the method like getPublicKey, getPublicKeyAlgorithm which web api provide

Open CatMLily opened this issue 1 year ago • 1 comments

https://developer.mozilla.org/en-US/docs/Web/API/CredentialsContainer/create

Since the webAuth api provide getPublicKey, getPublicKeyAlgorithm, can we also provider these functions?

CatMLily avatar Aug 12 '24 13:08 CatMLily

Hey @CatMLily 👋 For flutter web we could probably add those. For iOS and Android I would need to do some research first. On which platform do you need them?

incorbador avatar Sep 19 '24 11:09 incorbador