audiobookshelf/test/server/auth
Denis Arnst ed0db539c9
Add unit tests for 5 OidcAuthStrategy methods
Cover validateGroupClaim, isValidRedirectUri, isValidWebCallbackUrl,
updateUserPermissions, and verifyUser with 40 new tests (51 total).

Tests cover open redirect prevention, group claim validation,
auto-registration flows, permission updates, and error handling.
2026-02-05 18:04:14 +01:00
..
AuthError.test.js Revamp OIDC auth: remove Passport wrapper, add schema-driven settings UI 2026-02-05 17:54:59 +01:00
BackchannelLogoutHandler.test.js Add OIDC Back-Channel Logout support 2026-02-05 17:55:10 +01:00
OidcAuthStrategy.test.js Add unit tests for 5 OidcAuthStrategy methods 2026-02-05 18:04:14 +01:00
OidcSettingsSchema.test.js Revamp OIDC auth: remove Passport wrapper, add schema-driven settings UI 2026-02-05 17:54:59 +01:00