You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/usage/streams/permissions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ sidebar_position: 6
6
6
7
7
Stream permissioning relates to who gets to read, write and edit streams on the Network. This access control is enforced by the [on-chain stream registry](../../streamr-network/smart-contracts.md). Since every permission update is a modification to the on-chain registry, it requires a small amount of `POL` tokens to fund the transaction.
8
8
9
-
User's are identified by their Ethereum public key address. It is these addresses that are given permission to read/write/edit streams.
9
+
Users on Streamr have a cryptographic [Identity](../identity.md), specified by a public/private key pair. It is such keys that are given permission to read/write/edit streams.
0 commit comments