Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
s3-odara authored Nov 29, 2024
1 parent e50613b commit 8f2f6e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 46.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ The `content` field is a JSON-RPC-like message that is [NIP-04](04.md) encrypted

## 認証チャレンジ

認証チャレンジは _ユーザー_ に他の手段による認証が必要な場合に _リモート署名器_ が送り返せる応答である。応答の`content`は次のようになる
認証チャレンジは _ユーザー_ に他の手段による認証が必要な場合に _リモート署名器_ が送り返せる応答である。応答の`content`は以下のようになる。

```json
{
Expand Down Expand Up @@ -211,7 +211,7 @@ _リモート署名器_ は[NIP-05](05.md)および[NIP-89](89.md)を使用し
```

The `<remote-signer-app-pubkey>` MAY be used to verify the domain from _remote-signer_'s NIP-89 event (see below). `relays` SHOULD be used to construct a more precise `nostrconnect://` string for the specific `remote-signer`. `nostrconnect_url` template MAY be used to redirect users to _remote-signer_'s connection flow by replacing `<nostrconnect>` placeholder with an actual `nostrconnect://` string.
`<リモート署名器アプリ公開鍵`はリモート署名器のNIP-89イベントからドメインを検証するために使用できる (MAY) (下記参照)。`relays`は特定の`リモート署名器`に対するより正確な`nostrconnect://`文字列を構築するために使用されるべきだ (SHOULD)。`nostrconnect_url`テンプレートは<nostrconnect>プレースホルダーを実際の`nostrconnect://`文字列に置き換えることにより、ユーザーをリモート署名器の接続フローにリダイレクトするために使用できる (MAY)。
`<リモート署名器アプリ公開鍵`はリモート署名器のNIP-89イベントからドメインを検証するために使用できる (MAY) (下記参照)。`relays`は特定の`リモート署名器`のためのより正確な`nostrconnect://`文字列を構築するために使用されるべきだ (SHOULD)。`nostrconnect_url`テンプレートは<nostrconnect>プレースホルダーを実際の`nostrconnect://`文字列に置き換えることにより、ユーザーをリモート署名器の接続フローにリダイレクトするために使用できる (MAY)。

### NIP-89によるリモート署名器発見

Expand Down

0 comments on commit 8f2f6e1

Please sign in to comment.