Update claim URL and add intro links

This commit is contained in:
Josh Mandel 2020-08-13 13:50:30 -05:00
Родитель 55199ce193
Коммит 777831ec69
3 изменённых файлов: 11 добавлений и 2 удалений

Просмотреть файл

@ -1,5 +1,11 @@
# Changelog
## 0.0.4
* Added links to overview / intro video
* Updated SIOP request to identify requested credentials by type URL (`https://healthwallet.cards#covid19` instead of `health-wallet-covid19-card`)
## 0.0.3
* Update `.well-known` DID links and file URL to match latest spec

Просмотреть файл

@ -1,10 +1,13 @@
# SMART Health Cards
Health Cards Framework: implementation guide and supporting material
# View the guide:
## View the guide:
To view the implementation guide formatted including diagrams, see:
* https://hackmd.io/@HealthWallet/verifiable-lab-results
* https://hackmd.io/@HealthWallet/modeling-healthcare-data-with-vcs
To propose changes, please use GitHub [Issues](https://github.com/smart-on-fhir/health-cards/issues) or create a [Pull Request](https://github.com/smart-on-fhir/health-cards/pulls).
## Intro video (with demo, June 2020)
* https://youtu.be/g7bZU5nmHIA

Просмотреть файл

@ -524,7 +524,7 @@ The process begins with a QR code or `openid://` link. The only differences are:
// `iss`, `response_type`, etc
"claims": {
"id_token": {
"health-wallet-covid19-card": {"essential": true},
"https://healthwallet.cards#covid19": {"essential": true},
}
}
}