Arcana Auth SDK enables the familiar Web2 user onboarding experience in Web3 applications. Onboard users easily with plug and play social authentication, passwordless login and allow authenticated users to sign blockchain transactions using the embedded Web3 Arcana wallet.
  • TypeScript 93.4%
  • CSS 4.5%
  • JavaScript 2%
Find a file
2023-03-31 23:15:53 +05:30
.github CI for Auth SDK (#64) 2022-07-14 11:19:49 +05:30
.husky AR 3082 Refactoring (#43) 2022-06-20 07:29:12 +04:00
examples [Feature] Updated example & usage with showWallet (#166) 2023-03-07 14:03:21 +04:00
src Bundle Sora instead of Don't Do Evil Fonts 2023-03-31 23:15:53 +05:30
tests [AR-4519] Remove json-rpc-engine (#100) 2022-10-11 06:46:30 +04:00
.eslintignore CI for Auth SDK (#64) 2022-07-14 11:19:49 +05:30
.eslintrc.json AR 2414 SDK reference generator (#29) 2022-05-25 18:26:20 +04:00
.gitignore CI for Auth SDK (#64) 2022-07-14 11:19:49 +05:30
.prettierignore CI for Auth SDK (#64) 2022-07-14 11:19:49 +05:30
.prettierrc Add eslint and prettier (#8) 2022-04-25 09:23:09 +04:00
babel.config.json [AR-5126] light mode redirection (#133) 2022-11-28 16:00:38 +04:00
jest.config.js [AR-5126] light mode redirection (#133) 2022-11-28 16:00:38 +04:00
LICENSE [AR-5684] Add show wallet (#162) 2023-03-06 10:33:19 +04:00
package.json Bundle Sora instead of Don't Do Evil Fonts 2023-03-31 23:15:53 +05:30
README.md Merge branch 'main' into release/1.0.1 2023-02-10 16:51:43 +04:00
rollup.base.config.js [AR-4622] Remove No-UI mode (#118) 2022-11-08 10:42:32 +04:00
rollup.es.config.js AR 3215 esm build fix (#58) 2022-06-30 15:47:18 +04:00
rollup.umd.config.js AR 3215 esm build fix (#58) 2022-06-30 15:47:18 +04:00
tsconfig.json [AR-4416] Plug n Play Auth (#107) 2022-11-03 23:38:39 +04:00
typedoc.json AR 3183 optional params fix (#53) 2022-06-27 12:45:02 +04:00
typedochtml.json [Hotfix] Update usage.md (#113) 2022-11-02 16:10:10 +04:00
usage.md [Feature] Updated example & usage with showWallet (#166) 2023-03-07 14:03:21 +04:00
yarn.lock Bundle Sora instead of Don't Do Evil Fonts 2023-03-31 23:15:53 +05:30

Arcana Network Auth SDK



Twitter URL

Arcana Auth SDK

What is Auth SDK?

Integrate your application with Arcana Network Auth SDK to easily onboard application users and allow authenticated users to sign blockchain transactions. Configure one or more social login and passwordless authentication options for application users. Application users don't need to manage keys or share them explicitly for enabling any blockchain transaction.

Auth SDK enables the standard Ethereum provider that can be used by the application for Web3 operations.

The following authentication mechanisms are supported:

  • Social Login

    • Discord
    • GitHub
    • Google
    • Twitter
    • Twitch
  • Passwordless authentication

Application developers can choose to use plug and play feature of the Auth SDK that provides a default UI for user login. Alternatively, they can build their own UI and simply call the Auth SDK functions for social login and passwordless authentication.

💪 Key Features

🗝️   Plug and play user authentication

🔒   Onboard dApp users via social, passwordless login

🗝️   Secure Ethereum provider access for Web3 operations

🔒   Embedded Web3 Arcana wallet that can be branded and configured as per the application needs

⛓️   Sign blockchain transactions, deploy and interact with smart contracts, manage native and custom tokens, view and manage NFTs, send and receive tokens

⚙️   Configure blockchain transaction signing user experience using wallet visibility modes

🏗️ Installation

npm

npm install --save @arcana/auth

yarn

yarn add @arcana/auth

CDN

<script src="https://cdn.jsdelivr.net/npm/@arcana/auth"></script>
<script src="https://unpkg.com/@arcana/auth"></script>

📋 Prerequisites

Before you can start using the Arcana Auth SDK, you need to register your dApp using Arcana Developer Dashboard.

A unique App Address will be assigned to your dApp and you need the same to initialize the Arcana Auth SDK.

📚 Documentation

Check out Arcana Network documentation for Auth SDK Quick Start Guide, Usage Guide and API Reference Guide.

💡 Support

For any support or integration-related queries, contact Arcana support team.

🤝 Contributing

We welcome all contributions to the Arcana Auth SDK from the community. Read our contributing guide to learn about the SDK development process, how to propose bug fixes and improvements, and the code of conduct that we expect the participants to adhere to. Refer to the build and test section of this readme for details on how to test and validate your changes to the Auth SDK code before submitting your contributions.

License

Arcana Auth SDK is distributed under the MIT License.

For details see Arcana License.