INSTANT ENFORCEMENT

Instant Cascade Token & License Revocation

When security incidents happen or fraudulent payments occur, every millisecond matters. NineAuth executes instant cascade invalidation across all runtime edge nodes in under 50ms, killing active software sessions immediately.

How Cascade Invalidation Operates

STEP 01

Trigger Event

Developer clicks Revoke in Dashboard, API receives a chargeback webhook, or anti-tamper triggers an automated security alert.

STEP 02

Sub-50ms Edge Sync

The database deletes corresponding active sessions, refreshes invalidation caches, and purges all SHA-256 token records globally.

STEP 03

Runtime Termination

Next incoming heartbeat from the target machine receives an HTTP 401 SessionRevoked response, instantly terminating client execution.

Programmatic Revocation via Management API

HTTP REST API
revoke-license.sh
Management Endpoint
curl -X POST https://api.nineauth.xyz/v1/mgmt/licenses/lic_8f902ba/revoke \
  -H "Authorization: Bearer sk_live_your_secret_key" \
  -H "Content-Type: application/json" \
  -d '{
    "reason": "chargeback_dispute",
    "cascadeSessions": true
  }'

Related Capabilities