Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.57 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.57 KB



thirdweb Auth

npm version Build Status Join our Discord!

Best in class wallet authentication for Node backends


Overview

Auth is a developer SDK that lets you integrate passwordless web3-native authentication and authorization into your applications.

It enables users to sign in with their wallets, allowing apps to access rich blockchain-level data and interact with their users on-chain.

With Auth, developers can build applications that have secure, self-custodied, web3-first authentication.

Installation

Install the latest version of the SDK with either npm or yarn:

npm install @thirdweb-dev/auth
yarn add @thirdweb-dev/auth

Resources