From aa083684f356752b4fe075abbb301fcdd9891477 Mon Sep 17 00:00:00 2001 From: Lemo-nade-room Date: Wed, 18 Jun 2025 22:15:38 +0900 Subject: [PATCH] Update Japanese translation for security/passwords.ja.md - Update internal links to use relative paths without .ja.md extension - Ensure cross-references are consistent with other sections --- docs/security/passwords.ja.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/security/passwords.ja.md b/docs/security/passwords.ja.md index 1b0c5bf1..711de28d 100644 --- a/docs/security/passwords.ja.md +++ b/docs/security/passwords.ja.md @@ -1,4 +1,4 @@ -# パスワード {#passwords} +# パスワード Vaporには、パスワードを安全に保存・検証するためのパスワードハッシュAPIが含まれています。このAPIは環境に基づいて設定可能で、非同期ハッシュ化をサポートしています。 @@ -84,4 +84,4 @@ req.password.async.verify("vapor", created: digest).map { bool in let result = try await req.password.async.verify("vapor", created: digest) ``` -バックグラウンドスレッドでハッシュを計算することで、アプリケーションのイベントループを解放し、より多くの受信リクエストを処理できるようになります。 \ No newline at end of file +バックグラウンドスレッドでハッシュを計算することで、アプリケーションのイベントループを解放し、より多くの受信リクエストを処理できるようになります。