v0.2.2-beta
Pre-release
Pre-release
What's new
OIDC public client (PKCE SPA) support
clientSecretis now optional when creating OIDC apps — enables SPA and native app testing with PKCE-only auth- Public/Confidential client type shown in creation review step
- Contextual info banner when PKCE secures a public client
- Insecure-config warning when no secret and no PKCE
- Client credentials flow disabled for public clients
Windows test compatibility
- Replaced
/usr/bin/sqlite3withbetter-sqlite3in test DB setup — integration and security tests now initialize on any platform - Added
probeModule()skip guards to unit tests with native dependencies (argon2, sharp, otplib, etc.) so they skip cleanly instead of crashing