Using next-authkit-example with n-auth.com

TypeScript integration

Install
npm install next-authkit-example
Quick start
import Next_authkit_example from 'next-authkit-example';

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