B A C Sandbox Engine

Setting Up Live Experience

Mounting Standard Backend Demo...

Allocating sandbox memory... 0%
> Initializing isolated container environment...

AuthGuardian API Engine

Microservice Identity & OAuth2 Sandbox
● STATUS: 200 OK

JWT RS256 Token Generator

Algorithm: HS256
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
✓ Includes auto-expiring 15-minute TTL & Redis token revocation cache.

RFC 6238 TOTP 2FA Validator

Step: 30s Window

Simulate time-based 6-digit one-time passcodes generated by Google Authenticator / Authy.

Live Seed Passcode:
491 823
Expires in:
24s
✓ RFC 6238 compliant • zero external dependency • brute-force rate protected.

Live Endpoint Execution Playground

Execute mock requests to explore REST payloads, status codes, and latency.

GET https://api.officialbac.in/v1/users/me
Status: 200 OK Latency: 8.2ms
{
  "status": "success",
  "data": {
    "user_id": "usr_bac_98241",
    "name": "Alex Mercer",
    "role": "ORGANIZATION_OWNER",
    "two_factor_enabled": true,
    "last_login": "2026-08-30T05:54:10Z"
  }
}