Using nextjs-auth0 with n-auth.com

TypeScript integration

Install
npm install nextjs-auth0
Quick start
import Nextjs_auth0 from 'nextjs-auth0';

const client = new Nextjs_auth0({ 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-auth0
TypeScript
API
n-auth.com
n-auth.com
At a glance
Language TypeScript
Endpoints55