nuts-foundation / nuts-node

The reference implementation of the Nuts specification. A decentralized identity network based on the w3c ssi concepts with practical functionality for the healthcare domain.
https://nuts-foundation.gitbook.io
GNU General Public License v3.0
24 stars 15 forks source link

Allow fetching JSON-LD contexts from allowed domains #2045

Open stevenvegt opened 1 year ago

stevenvegt commented 1 year ago

Discussion: How to make this robust and make sure a node can startup, even when the domains are offline.

reinkrul commented 1 year ago

Store when downloaded (on node, maybe even in persistent storage), periodically check for updates. Package curated list of JSON-LD contexts (w3c's, Nuts'), so there's a version to work with.

woutslakhorst commented 1 year ago

Prefered version?