Skip to content

Arcana Auth: Release Notes

Release Date: Apr 19th, 2023

(Mainnet Update on May 3rd, 2023)

The latest release of the Arcana Auth product consists of the following components:

No Arcana Auth SDK upgrade required

Note, in the latest Arcana Auth product release, there is no change in the Arcana Auth SDK package. Developers can continue to use Arcana Auth SDK v1.0.3 release.

New Product Features


Multi-Factor Authentication (MFA)

The latest Arcana Auth provides enhanced wallet security for more robust user authentication through multi-factor authentication. Web3 app users can choose to enable it when they log into an app. Once enabled, it cannot be turned off. For details, see how Arcana MFA works in apps that integrate with the Arcana Auth SDK.

See the MFA user's guide to learn more about how the app users can enable MFA for their app accounts and use the enhanced wallet security.

Billing & Invoices

Arcana Auth now supports billing and invoicing features for Arcana Mainnet usage. Developers can use Arcana Developer Dashboard to enter billing information and payment methods and to see any pending invoices or past payment details.

Product Enhancements


Better Login Performance

Users can now log in to Web3 apps even quicker than before with the recent speed boost in the latest Arcana Auth product release.

Wallet Balance Precision

The Arcana wallet UI now displays the wallet balance numeric value with the precision of 4 decimal places instead of 2 earlier.

Bug Fixes


  • The specified RPC URL for the wallet blockchain was not getting used when AuthProvider was instantiated. It is fixed and the specified chainConfig values are used instead of the default ones.

    const auth = new AuthProvider(
      "xar_dev_2cbfe3fc82840d8f4191935e1811b0c2e33619f8",
      {
        network: "dev",
        chainConfig: {
          chainId: CHAIN.ETHEREUM_GOERLI,
          rpcUrl: "https://goerli.blockpi.network/v1/rpc/public "
        },
        alwaysVisible: true,
        position: "right",
        theme: "dark"
      }
    );
    
  • While deleting an app from the Arcana Developer Dashboard, the developer can now see the app name in the text before confirming the delete operation.

  • An issue with creating the Arcana Mainnet configuration profile by copying the Testnet profile due to logo copy failure has been fixed.

  • An issue with updating and saving a new blockchain configuration using the wallet UI has been fixed.

  • Deleted apps continued to show up in the 'Manage Apps' screen of the Arcana Developer Dashboard. This issue is now fixed.

Get Started


Ready to dive in?

See Arcana Auth Quick Start Guide in the Getting Started section.

Check out the sample dApp integration example for apps using React , Next.js , and Vue frameworks.

Use Latest Arcana Auth SDK


If you have integrated the app with the Arcana Auth SDK v1.0.3 package already, then you are all set!

But if you are using an older version of the Arcana Auth SDK prior to v1.0.3 then refer to the Migration Guides and upgrade to the Arcana Auth SDK v1.0.3 release.

Questions?


Refer to the Arcana Auth FAQ, Troubleshooting Guide, and other developer resources, or contact Arcana Support.


Last update: April 11, 2024 by shaloo, shaloo