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

Passkeys integration into Amazon Cognito Flutter

Open dhola-hardik opened this issue 1 year ago • 1 comments

How to integrate passkeys with Amazon Cognito in Flutter?

dhola-hardik avatar Oct 21 '23 12:10 dhola-hardik

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!

vincentdelitz avatar Dec 22 '23 07:12 vincentdelitz