corbado / flutter-passkeys

Easily provide passkey authentication based on FIDO2 / WebAuthn for Flutter apps (iOS & Android) via a dedicated Flutter package
https://www.corbado.com/passkeys/flutter
BSD 3-Clause "New" or "Revised" License
63 stars 29 forks source link

Passkeys android package #3

Closed nicolaistein closed 1 year ago

incorbador commented 1 year ago

Tested it on my phone and it works, nice work 👍

I have added one more comment in the issue (potential renaming of the fingerprint method in the interface). Tell me what you think, but for now we can also just merge that PR.

Ah, one more thing: Is there a nicer way to put that JSON together in MessageHandler.java? Not the end of the world as it is well contained inside one single file. But if you know a better way that allows us to seperate that serialization from the rest fo the plugin code we can add it before merging.