Add per-role HTTP method scoping to minted tokens #2
Reference in New Issue
Block a user
Delete Branch "benvin/role-methods"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
Every token this engine mints is as powerful as the apps it can reach, so a read-only integration can still write to the *arr. arrproxy now accepts a method scope at mint time, and the engine has no way to ask for one.
How
methodsrole field, uppercase-normalized and de-duplicated.Requires arrproxy >= v0.5.0 deployed.