nextcloud/apps/oauth2/src
Peter Ringelmann a070301443
fix(frontend): add strict password confirmation for sensitive admin actions
Register axios password confirmation interceptors in the apps
management, admin delegation, admin security, and OAuth2 settings
bundles, and pass PwdConfirmationMode.Strict on requests to endpoints
protected with #[PasswordConfirmationRequired(strict: true)], so that
the user password is verified via Basic auth on the request itself
rather than relying on the session timestamp.

Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
2026-04-21 10:21:08 +02:00
..
components chore: fix vue/attribute-hyphenation ESLint rule 2026-01-25 23:47:39 +01:00
views fix(frontend): add strict password confirmation for sensitive admin actions 2026-04-21 10:21:08 +02:00
settings-admin.ts fix(frontend): add strict password confirmation for sensitive admin actions 2026-04-21 10:21:08 +02:00