Skip to content

Commit bebba09

Browse files
committed
fix formatting
1 parent 62e315a commit bebba09

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,9 @@ To verify a response signature from Relay inside your application:
275275
#### Step 1: Extract the timestamp and signature
276276

277277
Split the `Relay-Signature` header on the `,` character to get its parts. Then
278-
split each part on `=` to obtain key–value pairs.
279-
280-
The value for `t` is the timestamp, and the value for `v1` is the signature.
281-
Discard all other pairs to avoid downgrade attacks.
278+
split each part on `=` to obtain key–value pairs. The value for `t` is the
279+
timestamp, and the value for `v1` is the signature. Discard all other pairs
280+
to avoid signature downgrade attacks.
282281

283282
#### Step 2: Prepare the signing data
284283

0 commit comments

Comments
 (0)