Demonstrating a prototype of the capability permission system for mech. Anyone out here have experience implementing a system like this? Any pointers or tips?
k
Kirill Chernyshov
04/27/2023, 9:53 AM
I'm currently working on capability based access control system that provides a formal schema for the tokens with digital signature that can aggregate trust from multiple capability providers.
https://github.com/DotFox/capbac-bls
It is kinda in the same field but more about internal security for decentralised systems. Not sure I can give you any pointer but feel free to ask any questions :)
btw, I begin writing rust implementation but it is still in development.
c
Corey
05/01/2023, 11:54 PM
Hey Kirill, sorry to respond so many days later. But I looked at your link, and I got some good ideas from it! Looking forward to seeing that rust implementation come together