mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 14:28:20 +01:00
fix: 🐛 Correctly use unix timestamp instead of nonce in signature example
This commit is contained in:
parent
e69ef9c989
commit
8011076aa2
|
|
@ -44,7 +44,7 @@ Sign this string using the user's private key. The resulting signature should be
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
```
|
```
|
||||||
post /notes a2ebc29eb6762a9164fbcffc9271e8a53562a5e725e7187ea7d88d03cbe59341 n4bQgYhMfWWaL+qgxVrQFaO/TxsrC4Is0V1sFbDwCgg=
|
post /notes 1729243417 n4bQgYhMfWWaL+qgxVrQFaO/TxsrC4Is0V1sFbDwCgg=
|
||||||
```
|
```
|
||||||
|
|
||||||
### Verifying the Signature
|
### Verifying the Signature
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue