w3c / vc-bitstring-status-list

A privacy-preserving mechanism to publish status information for Verifiable Credentials.
https://w3c.github.io/vc-bitstring-status-list/
Other
22 stars 19 forks source link

Encoded list in Base64 or Base64Url? #58

Closed amondit closed 9 months ago

amondit commented 1 year ago

Hello,

The spec mentions that the status list must be distributed as gzip'd bitstream in base64 (section 2.2). However the example contains a - character which is only supported in Base64Url (regular decoding in base64 of this example fails). Could you clarify whether we should use base64url encoding, or fix the example in the draft documentation?

Best regards, Arnaud

OR13 commented 1 year ago

base64url, to align with the rest of jose tool chain for securing JSON.

iherman commented 1 year ago

The issue was discussed in a meeting on 2023-09-15

View the transcript #### 1.5. Encoded list in Base64 or Base64Url? (issue vc-status-list-2021#58) _See github issue [vc-status-list-2021#58](https://github.com/w3c/vc-status-list-2021/issues/58)._ **Manu Sporny:** lets do 58 next. … should we use base64 or base64url to encode the list. … orie says we should say base64url, anyone opposed? **Brent Zundel:** no one on the queue, you are good to go. **Manu Sporny:** neat, i can take it.
msporny commented 10 months ago

PR #110 has been raised to address this issue. This issue will be closed once PR #110 has been merged.

msporny commented 9 months ago

PR #110 has been merged, closing.