You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Implementation idea
The text was updated successfully, but these errors were encountered: