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

Conceptialize example 1 (app + custom backend)

Open incorbador opened this issue 1 year ago • 1 comments

Intro

To publish our plugin we must present its usage by including examples to it. Currently two main scenarios come to my mind that can be represented in an example each. The first one combines the app where the user signs in using passkeys with a custom backend (this serves data to the app).

Description

Before we write the example we must think of how the app will communicate:

  • with the Corbado API: initially there will be interaction for the register and the login, but must there be refreshes?
  • with the custom backend: the app must authenticate itself by including a token and thus proving that a user is signed in

Implementation idea

incorbador avatar Jun 18 '23 21:06 incorbador

Hello @incorbador, did you have any ETA for this example? I'm interested in this implementation.

BenevidesLecontes avatar Sep 14 '23 01:09 BenevidesLecontes