MetaMask / rpc-cap

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

Allow consumers to specify the order of caveat application #100

Closed rekmarks closed 3 years ago

rekmarks commented 4 years ago

This is motivated by use cases in the MetaMask extension where the order of application matters (e.g., filtering and then slicing, as opposed to slicing and then filtering).

rekmarks commented 3 years ago

This package is currently being redesigned, and the new version will eliminate the consumer's concern with the order of caveat application.