diff --git a/docs/headless/openapi-specification/description.md b/docs/headless/openapi-specification/description.md index e09b44e747..3c3e9de4db 100644 --- a/docs/headless/openapi-specification/description.md +++ b/docs/headless/openapi-specification/description.md @@ -188,3 +188,25 @@ While authenticated, re-authentication may be required to safeguard the account are performed. The re-authentication flows are the following: - Re-authenticate using password (`reauthenticate`). - Re-authenticate using a 2FA authenticator (TOTP, recovery codes, or WebAuthn) (`mfa_reauthenticate`). + +# Security Considerations + +## Input Sanitization + +The Django framework, by design, does *not* perform input sanitization. For +example, there is nothing preventing end users from signing up using `", + "credential": { + "type": "public-key", + ... + } + }