Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksander-vedvik authored Jun 13, 2024
1 parent b986030 commit 4efb50c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions broadcast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,7 @@ We have implemented a set of options that can be used to configure the broadcast

#### Authentication

- `WithAllowList(allowed) ServerOption`: Enables the user to provide a list of (address, publicKey) pairs which will be used to validate messages.
- `the allow list are permitted to send messages to the server, and the server is only allowed to send replies to nodes on the allow list.
- `WithAllowList(allowed) ServerOption`: Enables the user to provide a list of (address, publicKey) pairs which will be used to validate messages. Only nodes on the allow list are permitted to send messages to the server, and the server is only allowed to send replies to nodes on the allow list.
- `EnforceAuthentication() ServerOption`: Requires that messages are signed and validated; otherwise, the server will drop them.
- `WithAuthentication() ManagerOption`: Enables digital signatures for messages.

Expand Down

0 comments on commit 4efb50c

Please sign in to comment.