🔐 Authentication Server

Build Info

Version: Loading...

Deployed: Loading...

Environment: Production

API Endpoints

POST /api/activate

Activate a license and bind device

Checking...
POST /api/auth

Authenticate and get signed payload

Checking...

Usage Example

curl -X POST https://testforauthfileless.pages.dev/api/activate \
  -H "Content-Type: application/json" \
  -d '{
    "license": "your-license-key",
    "hwid": "device-hwid-hex",
    "pk": "client-public-key-hex"
  }'