corbado / example-passkeys-flutter

Passkeys (FIDO2 / WebAuthn) example integration of Corbado in Flutter.
https://www.corbado.com/passkeys/flutter
MIT License
27 stars 4 forks source link

Passkeys integration into Amazon Cognito Flutter #22

Open dhola-hardik opened 9 months ago

dhola-hardik commented 9 months ago

How to integrate passkeys with Amazon Cognito in Flutter?

vincentdelitz commented 6 months ago

Hey @dhola-hardik, I'm so sorry for my belated reply!

In general, the Flutter integration with Amazon Cognito would work as follows. In the passkeys package, you would need to implement the relying party interface with your Amazon Cognito specific implementation (the main aspect is to handle the required API calls on your Amazon Cognito instance). To be completely transparent, we haven't done such an integration with Flutter yet, so I'm not sure how much effort it would (especially since Cognito often does not offer too many customization options. I can imagine getting access to the required WebAuthn server on Amazon Cognito will be a bit tricky).

Nevertheless, I'll add your request to our list of integrations where we will show how to do this integration.

Again, sorry for my late reply!