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
60 stars 25 forks source link

Fix incomplete registers #4

Open incorbador opened 1 year ago

incorbador commented 1 year ago

Description

Currently, if a user cancels the signup he can not restart the signup because the user itself is already existing in our backend as the first register call has been made.

Testing

After canceling my register attempt I should be able to start a new one with the same email address.

Implementation idea

Not sure yet what the best solution for that problem is: