Onboard Users
User onboarding requires developers to first register their applications and configure the authentication providers using the Arcana Developer Dashboard. Next, install and integrate the app with the Arcana Auth SDK.
After integration, the Web3 apps can add code to onboard users via the configured authentication providers and passwordless by using built-in plug and play auth UI or custom login UI.
Auto-Reconnect Enhancement
Earlier, the Arcana Developer Dashboard SDK did not allow apps to use third-party cookies to facilitate easy user re-login. Now developers can use canReconnect
and reconnect
functions of the AuthProvider
within a 30-min window of the user-logout action. This will allow users to automatically reconnect without re-authentication. See canReconnect
and reconnect
for details.