ethersphere / bee

Bee is a Swarm client implemented in Go. It’s the basic building block for the Swarm network: a private; decentralized; and self-sustaining network for permissionless publishing and access to your (application) data.
https://www.ethswarm.org
BSD 3-Clause "New" or "Revised" License
1.44k stars 338 forks source link

feat: remove auth #4679

Closed acha-bill closed 1 month ago

acha-bill commented 1 month ago

Checklist

Description

Remove authorization and --restricted option.

Part of #4669