Using react-native-authsignal with n-auth.com

TypeScript integration

Install
npm install react-native-authsignal
Quick start
import React_native_authsignal from 'react-native-authsignal';

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