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
Enforcer composition effects how the application behaves. A delegation's classification, as defined in the Delegations Classification System, changes how the delegation/authorization behaves in the Universal stack.
Problem
Delegations are manually classified in application forms before submission to the apps/api-delegations service.
This is bad and error prone.
Scope
In the apps/api-delegations/src/routes/delegations route update the POST method to automatically classify the delegation.
The packages/universal-delegations-sdk module should contain the utility functions for automatic classification.
Classification should happen by comparing the enforcer address fields in the caveats.
Context
The Universal wallet uses the MetaMask Delegation Framework for handling wallet delegations, authorizations and intents. The framework includes 20+ enforcer smart contract modules for dictating transaction execution capabilities.
Enforcer composition effects how the application behaves. A delegation's classification, as defined in the Delegations Classification System, changes how the delegation/authorization behaves in the Universal stack.
Problem
Delegations are manually classified in application forms before submission to the
apps/api-delegations
service.This is bad and error prone.
Scope
In the
apps/api-delegations/src/routes/delegations
route update thePOST
method to automatically classify the delegation.The
packages/universal-delegations-sdk
module should contain the utility functions for automatic classification.Classification should happen by comparing the
enforcer
address fields in the caveats.Matching classification definitions outlined in Delegations Classification System.
The text was updated successfully, but these errors were encountered: