release: WRNexusJS 0.5.0

This commit is contained in:
2026-07-29 12:51:10 +05:30
parent 76c768099d
commit 6afe32f63f
456 changed files with 40879 additions and 8850 deletions
+19
View File
@@ -0,0 +1,19 @@
# @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:
```bash
bun install
bun run validate:auth
bun run check
```