Add web tests covering the authorize endpoint, token exchange, PKCE verification, single-use codes, and refresh token rotation. Add unit tests for redirect URI validation and PKCE. Add E2E test for the full browser-based authorization code flow with login redirect. Extract setupApiUrl helper for E2E tests to avoid duplication. |
||
|---|---|---|
| .. | ||
| api-tokens.spec.ts | ||
| email-confirmation.spec.ts | ||
| login.spec.ts | ||
| logout.spec.ts | ||
| oauth-authorize.spec.ts | ||
| openid-login.spec.ts | ||
| password-reset.spec.ts | ||
| registration.spec.ts | ||
| session-refresh.spec.ts | ||
| settings.spec.ts | ||