atomic-data-docs icon indicating copy to clipboard operation
atomic-data-docs copied to clipboard

Atomic Data is a specification to make it easier to exchange data.

Results 100 atomic-data-docs issues
Sort by recently updated
recently updated
newest added

https://github.com/jamstack/jamstack.org/new/main/src/site/headless-cms ``` --- title: Atomic-Server repo: atomicdata-dev/atomic-data-rust homepage: https://atomicdata.dev twitter: atomicdata-dev opensource: "Yes" typeofcms: "API Driven" supportedgenerators: - All description: Atomic-Server is an open-source headless CMS. Lightweight, very fast, easy...

Currently, users have to know the subject of a resource when creating a commit. This is fine for editing existing things, but what if the resource is new? This introduces...

How easy it is to convert data to atomic data and vice versa is one of the most important metrics for us to optimise. Users should be able to effortlessly...

I think we need to add a threat model, like https://en.wikipedia.org/wiki/STRIDE_(security) into our documentation and also highlight how atomic data server features prevent common threats: Threat Desired property Spoofing Authenticity...

Currently, base64 strings (used in URLs for Commits and Agents) show `/` and `+` characters. These tend to have meaning in URLs. Luckily, we can also use `-` and `_`...

By verifying the `previousCommit` and when applying a Commit, we can check that the signer was looking at the same state as before. But we _don't_ know if the new...

Currently, we use Agent's HTTP subjects as identifiers, instead of their public key. This approach has some issues: - **Relies on uptime of subject server**. The HTTP URL must resolve....

authentication

@hoijui described a workflow that he'd like to have, where he can modify some Atomic Data (in this case an ontology of Properties and Classes), and have it hosted somewhere...

Both HTTP and IPFS have their merits as URL schemas. Both serve to identify a specific resource, but they differ in one important way: HTTP URLs can change what they...

We have _read_ and _write_, but that does not cover a lot of common usecases, where you want to allow creating something, but not edit the parent. - Creating a...

security