Andrew Mushel

UAuth Libraries Overview

Core libraries

ReferencePackageDescription
UAuth JS@uauth/jsSDK used for single-page applications
UAuth Node@uauth/nodeSDK used server-side applications

Middleware libraries

The UAuth middleware libraries provide an additional custom interface for @uauth/js to simplify the process of integrating with several existing web3 libraries.

ReferencePackageDescription
Web3-React@uauth/web3-reactMiddleware library for Web3-React
Web3Modal@uauth/web3modalMiddleware library for Web3Modal
Web3-Onboard@web3-onboard/uauthUAuth Module for Web3-Onboard
Moralis@uauth/moralisMiddleware library for Moralis

Examples

Example ProjectDescription
spaBasic login integration using the @uauth/js library.
web3-reactLogin integration using the @uauth/web3-react library.
web3modalLogin integration using the @uauth/web3modal library.
web3-onboardLogin integration using the @uauth/web3-onboard library.
moralisLogin integration using the @uauth/moralis library.
serverLogin integration using the @uauth/node library.
sveltekitLogin integration using the sveltekit framework and @uauth/js.