Gozala / hackalyst

Hack catalyst: Knowledge exchange community
9 stars 1 forks source link

distributed authentication / authorization #14

Open Raynos opened 11 years ago

Raynos commented 11 years ago

Most authorization systems are centralized. i.e. there is a central king that decides what permissions people have and the app checks with the role database to see whether an action is allowed.

What would this look like for distributed applications without a centralized king? Would this be a voting system?