mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
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> |
||
|---|---|---|
| .. | ||
| admin-security.js | ||
| api.js | ||
| app-api-store.ts | ||
| apps-store.ts | ||
| apps.js | ||
| authtoken.ts | ||
| index.js | ||
| oc.js | ||
| users-settings.js | ||
| users.js | ||