🚚 Postack Delivery

Authsignal Webhook Server

Secure webhook endpoint for handling Authsignal OTP events and user authentication.

Server Status

Online

Webhook Endpoint

POST /api/authsignal-webhook

Security

Signature Verification Active

🔧 Setup Instructions

1

Environment Variables

Create a .env.local file with your Authsignal credentials:

AUTHSIGNAL_SECRET_KEY=your_secret_key_here
AUTHSIGNAL_TENANT_ID=your_tenant_id_here
2

Deploy to Production

Deploy this Next.js app to your hosting provider (Vercel, Netlify, etc.)

Recommended: Deploy to Vercel for automatic HTTPS and easy setup.

3

Configure Authsignal Dashboard

Set your webhook URL in the Authsignal dashboard:

https://your-domain.com/api/authsignal-webhook

✨ Features

✓

Secure Signature Verification

All webhook requests are verified using HMAC-SHA256

✓

Event Logging

All Authsignal events are logged for debugging

✓

CORS Support

Proper CORS headers for cross-origin requests

✓

TypeScript Support

Full TypeScript support for type safety

Postack Delivery Webhook Server • Built with Next.js