From 8011076aa25511def467d924ac9e0db646291496 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Fri, 18 Oct 2024 11:24:00 +0200 Subject: [PATCH] fix: :bug: Correctly use unix timestamp instead of nonce in signature example --- app/signatures/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/signatures/page.mdx b/app/signatures/page.mdx index afa0e2d..5687b2b 100644 --- a/app/signatures/page.mdx +++ b/app/signatures/page.mdx @@ -44,7 +44,7 @@ Sign this string using the user's private key. The resulting signature should be Example: ``` -post /notes a2ebc29eb6762a9164fbcffc9271e8a53562a5e725e7187ea7d88d03cbe59341 n4bQgYhMfWWaL+qgxVrQFaO/TxsrC4Is0V1sFbDwCgg= +post /notes 1729243417 n4bQgYhMfWWaL+qgxVrQFaO/TxsrC4Is0V1sFbDwCgg= ``` ### Verifying the Signature