|
|
|
|
|
by jakemoshenko
1902 days ago
|
|
It's a really well designed distributed system for calculating access control decisions at scale. It makes a specific authorization CAP tradeoff that allows for consistency around access checks to different "versions" of a piece of content, allowing older content to be protected by checks served from read replicas and cache. Full disclosure: I am a co-founder of a company building and hosting a Zanzibar implementation as a service: https://authzed.com |
|
How does it integrate with apps it controls?
Are there libraries?
Or does it provide a data format to implement in the app you're working on?