Encode base64 logo #134
Unanswered
robin-gustafsson
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
I think the hashes have to be the same on both server and client because only a hash is sent to the server to sign it. If the server returns a signed hash that doesn't fit to the pass on the client, the pass is invalid. And the icons are used within the hashing. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the best way to base64 the logo to the CovidPass? I have converted my PNG to base64 but when I generating the CovidPass I got "Covid.pkpass, could not be opened."
We are using https://github.com/covidpass-org/CovidPassApiNet as backend, do we need to hash the image here to?
Beta Was this translation helpful? Give feedback.
All reactions