SDKs Overview
BinoAuth provides SDKs for various platforms and frameworks to integrate authentication into your applications.
Available SDKs
Main SDK with OAuth, authentication flows, and admin operations
🏠CoreReact components and hooks for OAuth 2.0 authentication
⚛️ReactNext.js integration with middleware and route handlers
▲Next.jsGetting Started
Choose the right SDK for your project:
- Node.js applications: Use
binoauthfor complete authentication features including OAuth, password flows, magic links, OTP, and admin operations - React applications: Use
@binoauth/reactfor React-specific OAuth components and hooks - Next.js applications: Use
@binoauth/nextjsfor 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/nextjsLast updated on