Session And Metadata
Form Context
Upload, Validation, Merge
Chat Recommend
Support Email Test
Status
Latest Response
Choose an action to start testing.
What This Tests
- `GET /api/v1/system/status` and `GET /api/v1/auth/public-key`
- `GET /api/v1/oidc/me` and `POST /api/v1/oidc/logout` for auth lifecycle verification
- `POST /api/v1/session/init` with secure JSON and encrypted response handling
- cookie-backed auth requests such as `departments`, `forms`, and `form detail`
- encrypted file upload to `POST /api/v1/upload`
- AI validation, merge, chat recommendation, and support email flows
- `GET /api/v1/oidc/google/login` directly through the backend
Important Notes
- Serve this file from localhost with a simple static server such as Vite or `python -m http.server`.
- Your current local origin must be included in backend `FRONTEND_EXTRA_URLS` before OIDC and auth-required browser requests will work.
- The backend session cookie is `HttpOnly`, so the dashboard infers session health from successful authenticated requests.
- `POST /oidc/logout` is the quickest negative-path test: after it succeeds, `GET /oidc/me` should return unauthorized.
- Support email tests send real email through the configured backend target.
- Merge needs the required files for the selected form to be uploaded first.