
Product
Introducing Rust Support in Socket
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
@binoauth/oauth-nextjs
Advanced tools
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.
To publish a new version, update the version in package.json
and run:
npm login --scope=@binoauth
npm publish
FAQs
To install dependencies:
The npm package @binoauth/oauth-nextjs receives a total of 0 weekly downloads. As such, @binoauth/oauth-nextjs popularity was classified as not popular.
We found that @binoauth/oauth-nextjs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.