authepy.
Home / Developer Hub

Zero-Dependency REST.

Authepy is engineered as a stateless, headless utility. We handle cryptographic hashing, VIP transit lanes, and IP abuse routing via a pure REST API—keeping your `node_modules` clean and leaving session management entirely in your control.

Universal REST Access 99.99% Uptime
curl -X POST https://api.authepy.com/api/otp/request \
-H "Authorization: Bearer ath_sec_live_..." \
-H "Content-Type: application/json" \
-d '{"email": "user@startup.com"}'

Select your environment

8 Architectures Indexed
js
Native Express

Node.js Backends

Direct REST integration for custom monolithic architectures. Handle raw rate-limiting and session cookies securely with standard secret keys.

Read Setup Guide →
N
Server Actions

Next.js Framework

Execute verification entirely on the server. Integrate directly with App Router Server Actions or wrap into Auth.js (NextAuth) Credentials provider.

Read Setup Guide →
Restricted Keys

React Engine (SPA)

Build 100% custom UI states without forcing a frontend SDK into your bundle. Verify safely in browser using domain-whitelisted API keys.

Read Setup Guide →
RN
Proxy Pattern

Mobile Apps

Secure React Native and Flutter implementations. Use the Backend Proxy Pattern to prevent API keys from being exposed in compiled binaries.

Read Setup Guide →
Ξ
EIP-4361

Web3 & DApps

Cryptographically bind off-chain emails to on-chain wallet signatures (SIWE) instantly. Keep your verification logic stateless and decentralized.

Read Setup Guide →
W
Native PHP

WordPress Core

Eliminate brute force attacks. Replace standard WordPress passwords with Authepy OTPs using native wp_remote_post functions and secure shortcodes.

Read Setup Guide →
<>
Drop-in Widget

Site Builders

Easily add secure Email Verification (OTP) to your Wix, Webflow, or Framer site without writing backend code. Protect from fake signups.

Read Setup Guide →
API
Webhooks

Zapier & Automations

Add secure Email Verification to Zapier, Make, and Bubble workflows. Stop fake emails from triggering your expensive automations.

Read Setup Guide →
py
FastAPI / Django

Python Ecosystem

Drop identity verification into your machine learning pipelines, FastAPI edge servers, or Django monoliths using the `requests` library.

Docs coming soon

Built on solid primitives.

We handle the dirty work of deliverability and abuse prevention so you can focus on your product.

Edge Threat Defense

Incoming requests are scrubbed against known proxy IPs, Tor exit nodes, and velocity sliding-windows before reaching your database.

Volatile Execution

Cryptographic comparison happens in isolated WASM threads. No plaintext passwords or OTP codes ever touch a persistent disk.

Bring Your Own Session

We don't force you into heavy IAM suites. When verification succeeds, we return a boolean. You manage your JWTs and cookies.

VIP Transit Delivery

Strict network segregation ensures identity payloads never queue behind bulk marketing emails. Average latency: 1.4s.

Initialize your workspace.

Get your Sandbox and Live API keys instantly. No credit card required to test the core infrastructure.