We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e315a commit bebba09Copy full SHA for bebba09
README.md
@@ -275,10 +275,9 @@ To verify a response signature from Relay inside your application:
275
#### Step 1: Extract the timestamp and signature
276
277
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.
+split each part on `=` to obtain key–value pairs. The value for `t` is the
+timestamp, and the value for `v1` is the signature. Discard all other pairs
+to avoid signature downgrade attacks.
282
283
#### Step 2: Prepare the signing data
284
0 commit comments