Using nextjs-auth with n-auth.com

TypeScript integration

Install
npm install nextjs-auth
Quick start
import Nextjs_auth from 'nextjs-auth';

const client = new Nextjs_auth({ apiKey: "YOUR_API_KEY" });
Get all API keys.
curl \
  -H "X-apikey: $API_KEY" \
  /apikeys/
List all your servers
curl \
  -H "X-apikey: $API_KEY" \
  /servers/
Get all global attributes
curl \
  -H "X-apikey: $API_KEY" \
  /attributes/
SDK on GitHub 📄 API Docs
SDK
nextjs-auth
TypeScript
API
n-auth.com
n-auth.com
At a glance
Language TypeScript
Endpoints55