Guides

Authentication

This is your Authentication guide page. Replace this content with your product's authentication documentation.

Using Tables

Tables are great for comparing methods, listing rate limits, or showing permissions:

MethodBest ForDifficulty
API KeysServer-to-serverEasy
OAuth 2.0User-facing appsMedium
JWT TokensMicroservicesMedium

Code Examples

// Replace with your SDK's auth pattern
import { YourSDK } from 'your-package';

const client = new YourSDK({
  apiKey: process.env.YOUR_API_KEY,
});
⚠️
Use yellow callouts for security warnings. Example: "Never expose API keys in client-side code."

How to Edit This Page

  1. Go to Ghost admin → Posts → find "Authentication"
  2. Replace the example content with your actual auth documentation
  3. Keep the h2/h3 heading structure for the auto-generated Table of Contents