Skip to Content
SDKsOverview

SDKs Overview

BinoAuth provides SDKs for various platforms and frameworks to integrate authentication into your applications.

Available SDKs

Getting Started

Choose the right SDK for your project:

  • Node.js applications: Use binoauth for complete authentication features including OAuth, password flows, magic links, OTP, and admin operations
  • React applications: Use @binoauth/react for React-specific OAuth components and hooks
  • Next.js applications: Use @binoauth/nextjs for Next.js-specific OAuth integration with server actions and middleware

Installation

# Core SDK npm install binoauth # React SDK npm install @binoauth/react # Next.js SDK npm install @binoauth/nextjs
Last updated on