Files
WRNexusJS/AUTH-VALIDATION.md
T
2026-07-29 12:51:10 +05:30

823 B

@wrnexus/auth validation report

Validated in the artifact environment:

  • Strict TypeScript check for package source and tests: passed
  • Strict TypeScript check for authentication showcase: passed
  • WRN parser check for package components and showcase pages: 27 files passed
  • Browser runtime JavaScript syntax check: passed
  • Structural package verification: passed
  • Compiled engine runtime smoke test: registration, verification, password login, passwordless OTP, invitation, sessions, and impersonation passed
  • Compiled security smoke test: encrypted TOTP/OAuth values, TOTP replay rejection, passkey flow, unverified OAuth-link rejection, and CAPTCHA escalation passed

The full Bun 1.3.14 test/build suite must be run in the WRNexusJS repository with:

bun install
bun run validate:auth
bun run check