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
53 stars 17 forks source link

Passkeys integration into Amazon Cognito Flutter #33

Open dhola-hardik opened 9 months ago

dhola-hardik commented 9 months ago

How to integrate passkeys with Amazon Cognito in Flutter?

vincentdelitz commented 8 months ago

Hey @dhola-hardik,

Thanks for reaching out and great question. Currently, we're still in the process of building integrations to other identity providers or user management systems. However, the Flutter passkeys package is designed in a way that you can create your own adapters as well. For this to work, you would need to create an implementation of the _relying_partyserver interface (https://github.com/corbado/flutter-passkeys/blob/main/packages/passkeys/passkeys/lib/relying_party_server/relying_party_server.dart) and adapt the relying party server accordingly. I'm not too sure how it would look like for Amazon Cognito. Are you using Amazon Cognito as WebAuthn server as well?