minor changes

This commit is contained in:
zmeyer44 2024-07-29 14:03:50 -04:00
parent 6ce759338f
commit 146148fb20

6
95.md
View File

@ -128,8 +128,12 @@ The client sends a GET request to the specified url with with search param of th
## Important notes ## Important notes
- It is essential the the remote signers keep track of the nonce commitments that they have generated and used to ensure that a malicious actor could not preform a nonce reuse attack. - It is essential that the remote signers keep track of the nonce commitments that they have generated and used to ensure that a malicious actor could not preform a nonce reuse attack.
## Coming soon... ## Coming soon...
- Relay based Client <> Remote signer communication
- [NIP-04 - Encryption & decryption](04.md) - [NIP-04 - Encryption & decryption](04.md)
- Key rotation flow
- Key addition flow
- Dynamic signing permissions