flutter-passkeys
flutter-passkeys copied to clipboard
Can we provide the method like getPublicKey, getPublicKeyAlgorithm which web api provide
https://developer.mozilla.org/en-US/docs/Web/API/CredentialsContainer/create
Since the webAuth api provide getPublicKey, getPublicKeyAlgorithm, can we also provider these functions?
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?