solidstate-solidity
solidstate-solidity copied to clipboard
Request: Add support for a general role based access control mechanism
Currently, SolidState provide access control through the Ownable
contract.
This is enough for many applications. But some advanced use cases would benefit from a customizable mechanism for role based access control.
The Access Control implementation by OpenZeppelin may serve as an inspiration for implementing a similar a mechanism in SolidState.
Would love to see this implemented as well
I will try to prioritize this a bit more, though it will still take some time. Would accept a PR in the meantime.
I'll take a swing at it this week 👍
Implemented in #95 and released in version 0.0.42
. Thanks @iam-dev.