orbit-db-access-controllers
orbit-db-access-controllers copied to clipboard
Access Controllers for OrbitDB
* Fixes issue regarding path on windows when using `orbitdb` access controller, or access controllers that use `ensure-ac-address.js` Let me know if I am missing anything, comments etc.
Added a firebase-based access controller. License: MIT Signed-off-by: Vaibhav Saini
Decouples identity-provider from the access-controller
This PR will add access revocation support for the OrbitDB Access Controller. This PR, and approach in general, is still very much WIP.
In order to implement dynamic access roles, that can change through changes to the database, that the access controller is supposed to control, I have to be able to access...
Calling functions without arguments in several access-controllers fails silently without any error information. An error should be thrown if arguments are missing