Demonstrating a prototype of the capability permis...
# two-minute-week
c
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
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
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
c
It’s lovely to see a great explanation of capability based permissions and a demo. I’m curious, what are the u64, u64 for TableRead and TableWrite? The comment is cut off 🙂