SolidLabResearch / user-managed-access

SolidLab access & usage control artefacts for use in the Solid ecosystem.
MIT License
2 stars 0 forks source link

feat: key material #30

Closed termontwouter closed 8 months ago

termontwouter commented 8 months ago

This adds a public key provided by the CSS on /.well-known/jwks.json.

The corresponding private key can be retrieved in code via the urn:solid-server:default:JwkGenerator

termontwouter commented 8 months ago

Documenting there reason for the "AccountSettingsStorageDescriber" here: it was written to enable us to easily add account settings to the StorageDescription of a pod, e.g. public keys for provenance signing. It is currently not within this repo, but seemed valuable enough to keep and later transfer it to the CSS code base.