/api/v1Self‑hosted licensing + sessions HMAC‑signed responses
WRGA

WRGA makes licensing feel clean — for you and your users.

A modern dashboard + simple JSON API for keys, users, HWID/IP locks, sessions, and audits — hosted on your own server. No external auth services required.

Templates
Specialized
Games • Website • Hybrid • API • Launcher
Locks
Flexible
HWID locks, website IP security, reset flows
Operations
Smooth
Audit logs, rate limits, signed responses

What you get

POST /api/v1/init
→ { "success": true, "init_token": "…" }

POST /api/v1/license/login
→ { "success": true, "token": "…" }

POST /api/v1/session/validate
→ { "success": true, "kind": "license" }
  • Apps with per‑app tokens, templates, and toolkits
  • Keys with expiry, notes, activation limits, and resets
  • Website IP rules and hybrid device code flows
  • API keys with scopes, quotas, and allowlists
  • Audit logs + client logging endpoint
Tip: use HTTPS in production. Responses include an X‑Signature header so clients can detect tampering.