fix: 🐛 Correctly use unix timestamp instead of nonce in signature example

This commit is contained in:
Jesse Wierzbinski 2024-10-18 11:24:00 +02:00
parent e69ef9c989
commit 8011076aa2
No known key found for this signature in database

View file

@ -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