decentraland / proposals

Review of community proposals for Decentraland's art and applications
46 stars 16 forks source link

Gates/Doors - Access Modifiers #5

Open peppeppep opened 7 years ago

peppeppep commented 7 years ago

Name: Access Modifiers

Purpose: A standardized framework for building items that restrict access to areas of a land plot unless authorized by the owner of the modifier (gate/door/laser shield/etc)

Description: I propose a framework for land owners who want to restrict access to areas of land, with the capability of authorizing or deauthorizing users. A standard for access control objects and interfacing with them should be developed in order to provide a stable foundation for users to create objects such as doors that can be scripted for interactivity, without the risk of having to use a custom implementation that may not have code review.

The backend code for the access modifier could reside within a smart contract, which the owner of the land would deploy.

pscott commented 7 years ago

This is a must-have. Also there available features should be (imho) : allow everyone / allow via password / allow via whitelist (i.e a list of usernames that the owner has) / allow no-body.