decentralized-id.github.io/_posts/web-standards/2021-04-18-object-capabilities.md

16 lines
728 B
Markdown
Raw Normal View History

2021-04-19 05:42:16 +00:00
---
date: 2021-04-18
2023-06-02 18:32:24 +00:00
name: Object Capabilities
layout: standards
headings: ["Main","Literature"]
2021-04-19 05:42:16 +00:00
title: "Object Capability Model"
description: in which a capability describes a transferable right to perform one (or more) operations on a given object.
excerpt: >
Computer scientist E. Dean Tribble stated that in smart contracts, identity-based access control did not support well dynamically changing permissions, compared to the object-capability model. He analogized the ocap model with giving a valet the key to one's car, without handing over the right to car ownership.
categories: ["Web Standards"]
2021-04-19 05:47:06 +00:00
tags: ["oCap","JSON-LD","zCap","Cosmos"]
2021-04-19 05:42:16 +00:00
permalink: web-standards/object-capabilities/
2023-06-02 18:32:24 +00:00
last_modified_at: 2023-05-22
2021-04-19 05:42:16 +00:00
---