You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@binoauth/oauth-nextjs

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@binoauth/oauth-nextjs

To install dependencies:

0.8.20
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

auth-nextjs

To install dependencies:

bun install @binoauth/oauth-core @binoauth/oauth-nextjs

Add necessary environment variables to your .env.local file:

BINOAUTH_CLIENT_ID=
BINOAUTH_CLIENT_SECRET=

Setup the Authprovider

import React from "react";
import { AuthProvider } from "@binoauth/oauth-nextjs";

function RootLayout({ children }: { children: React.ReactNode }) {
  return <AuthProvider>{children}</AuthProvider>;
}

This project was created using bun init in bun v1.1.38. Bun is a fast all-in-one JavaScript runtime.

Development

To publish a new version, update the version in package.json and run:

npm login --scope=@binoauth
npm publish

FAQs

Package last updated on 15 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts