UNPKG

based-auth

Version:

A Next.js/Node.js authentication and wallet API kit for Ethereum and Solana, with utilities for serialization and contract interaction, designed for serverless and API route usage.

4 lines (3 loc) 186 B
export { auth, signIn, signOut, handlers } from './auth-config'; export { POST as basedAuthHandler } from './web3-handlers'; export { serialize, deserialize } from '../utils/serialize';