fix(users): buffer API key install session body

This commit is contained in:
RWDai
2026-05-09 10:29:36 +08:00
parent 2c865ede35
commit a72bf19454
2 changed files with 31 additions and 2 deletions

View File

@@ -443,7 +443,11 @@ pub(crate) fn public_support_local_requires_buffered_body(
) | (
Some("users_me"),
http::Method::POST,
Some("api_keys_create" | "management_tokens_create"),
Some(
"api_keys_create"
| "api_key_install_session_create"
| "management_tokens_create",
),
) | (
Some("wallet"),
http::Method::POST,