Socket
Socket
Sign inDemoInstall

@arcana/auth-web3-react-v6

Package Overview
Dependencies
Maintainers
9
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcana/auth-web3-react-v6

web3-react v6 connector for Arcana Auth


Version published
Maintainers
9
Created
Source

Arcana auth Web3 react v6 connector

Arcana auth connector for web3-react

Install

yarn add @arcana/auth-web3-react-v6 @arcana/auth

Usage

With connect modal

import { ArcanaConnector } from "@arcana/auth-web3-react-v6"
import { AuthProvider } from "@arcana/auth"
import { initializeConnector } from "@web3-react/core"


const auth = new AuthProvider(`${arcana_client_id}`) // Singleton


export const connector = new ArcanaConnector(auth, {
  chainId: 1
})

With custom UI

import { ArcanaConnector } from "@arcana/auth-web3-react-v6"
import { AuthProvider } from "@arcana/auth"
import { initializeConnector } from "@web3-react/core"


const auth = new AuthProvider(`${arcana_client_id}`) // Singleton


export const connector = new ArcanaConnector(auth, {
  chainId: 1,
  login: {
    provider: 'google',
    // email: 'abc@example.com' // email is needed if provider is passwordless
  }
})

// OR

connector.setLogin({ provider: "google" })

FAQs

Package last updated on 20 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc