Skip to content

Commit

Permalink
Moji: Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
boxmoji committed Jul 1, 2024
1 parent fe3ec64 commit dd48383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/authentication/jwt/without-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ $config = json_decode($json);

</Message>

### 2. 秘密キーを復号する
### 2. 秘密キーを復号化する

JWTアサーションを作成するために、アプリケーションでは構成オブジェクトにある秘密キーが必要になります。この秘密キーは暗号化されており、ロックを解除するにはパスコードが必要です。暗号化されたキーとパスコードは両方とも、構成オブジェクトで指定されています。

Expand Down

0 comments on commit dd48383

Please sign in to comment.