Using nestjs-nextjs-auth0 with n-auth.com

TypeScript integration

Install

npm install nestjs-nextjs-auth0

Quick start

import Nestjs_nextjs_auth0 from 'nestjs-nextjs-auth0';

const client = new Nestjs_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
nestjs-nextjs-auth0
TypeScript
API
n-auth.com
n-auth.com

At a glance

Language TypeScript
Endpoints55