Stream: smart/health-cards
Topic: Updated spec + landing page
Josh Mandel (May 30 2021 at 21:02):
We've updated https://smarthealth.cards to act as a consumer-facing landing page, and moved the tech spec to https://spec.smarthealth.cards. Old web links should (with JS enabled) redirect to the spec, so for example if you visit https://smarthealth.cards/#can-a-smart-health-card-be-used-as-a-form-of-identification you'll be send to the relevant section of the spec.
That said, the example issuer now uses a base URL of https://spec.smarthealth.cards/examples/issuer
, so if you have example health cards or other dependencies on the https://smarthealth.cards/examples/issuer
you'll need to update them.
FYI @James Kizer @Christian Paquin @Reece Adamson -- not sure if you have such dependencies but just wanted to alert you.
Christian Paquin (May 30 2021 at 22:53):
The validation SDK will probably fail on most text examples, given they were generated using the old issuer url. Can we keep it active until we transition?
Josh Mandel (May 31 2021 at 00:01):
I can host a copy of the issuer keys at the old jwks URL for some time -- that's what you mean, right?
Josh Mandel (May 31 2021 at 00:17):
--> I added a copy of the JWKS file back to https://smarthealth.cards/examples/issuer/.well-known/jwks.json along with a deprecation warning
field.
James Kizer (May 31 2021 at 17:17):
Thanks for the heads up @Josh Mandel . One thing I noticed was that the "Technical Specifications" button links to https://smarthealth.cards/ rather than https://spec.smarthealth.cards/
Josh Mandel (May 31 2021 at 17:53):
Thanks -- fixed!
James Kizer (May 31 2021 at 17:58):
Yep, that did it. Thanks Josh
Josh Mandel (May 31 2021 at 18:02):
and one more in the footer to fix
Josh Mandel (Jun 03 2021 at 20:33):
Thanks to @Daniel Levenson for pointing out that links to our old examples weren't redirecting. Now http://smarthealth.cards/examples/example-02-b-jws-payload-expanded.json will take you to the right place at http://spec.smarthealth.cards/examples/example-02-b-jws-payload-expanded.json (again, only in browser with JS enabled, so please do update your links as you come across old oens).
Last updated: Apr 12 2022 at 19:14 UTC