MetaMask / rpc-cap

A module for adding an object-capabilities system to any JSON-RPC API as middleware for json-rpc-engine
ISC License
31 stars 32 forks source link

Permissions descriptions should be optional #99

Closed whymarrh closed 2 years ago

whymarrh commented 4 years ago

The permissions descriptions should be optional or completely removed.

As evidenced by MetaMask/metamask-extension#8661, a user might want to localize the description or otherwise have multiple descriptions. This text shouldn't be of concern to this module—the consumer should be responsible for the explanation.

rekmarks commented 2 years ago

This is addressed in the new PermissionController.