[December 20, 2022] Login with Id Token, Face Wallet Dashboard, Update for closing the modal

[Face Wallet SDK for Web] Latest Version: v1.7
[Face Wallet SDK for Unity] Latest Version: v1.1

Greetings from Face Wallet team!

On December 20, 2022, we are informing you about the newly added features and improvements to Face Wallet.


Login with Id Token

1440

Even If you already implemented social login system, you can integrate Face Wallet to your Dapp, now!

When an user logged in your Dapp using social login, OAuth provider(like Google, Apple, Facebook) would give you the "Id Token". Passing the Id Token to Face Wallet SDK, you can make users to login to Face Wallet with social login of your Dapp. This feature is called loginWithIdToken.

When you integrate Face Wallet SDK with loginWithIdToken, users would use Face Wallet with the following UX flow:

  1. [Dapp] Click a button like "login with Social Login".
  2. [Dapp] Open or move to login page provided by OAuth provider of the selected Social Login.
  3. [Dapp] Social Login.
  4. [Face Wallet] (Dapp would pass the Id Token, then Face Wallet modal would be opened.) Create or
    login to their Face Wallet.

For more details, please see Connect via Face Wallet Modal and Login with Id Token SDK docs.


Dashboard

1440

Now, you can mange operation tasks for Face Wallet in Face Wallet Dahsboard!

1440

For integrating Face Wallet, you should do some tasks like registering Dapp, issuing API Key, registering domain/app id, registering your contract addresses, etc. These tasks have be operated by manual, so you may feel inconvenience for those.

In Face Wallet Dashboard, you can operate for Face Wallet integration with automation system. Face Wallet Dashboard provides the following features:

We’re looking forward to being comfortable and fast for the uncomfortable and long tasks before!

For more details, please see Dashboard Guide.


Update for closing the modal

For closing the modal of Face Wallet, we've updated two things.

First, a Dapp developer can close modal with close SDK method. When using close method, Face Wallet modal will be closed.

For more details, please see πŸ§‘β€πŸ’» Modal Control.


800

Second, users can close modal by clicking or touching the external area of the modal for improvement of user experience. This works only in the modal which has completed the task.


Etc.

  • With [Enter] button of your keyboard, you can verify SMS OTP code.