Skip to content

Commit a7ac8bd

Browse files
authored
Merge pull request #152 from vcstuff/awoie/fix-data-tracker
merging (since verbal approval from @danielfett) to fix data tracker issues
2 parents 2dcd80d + db2e780 commit a7ac8bd

File tree

4 files changed

+9
-17
lines changed

4 files changed

+9
-17
lines changed

.github/CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Automatically generated CODEOWNERS
22
# Regenerate with `make update-codeowners`
3-
draft-terbu-sd-jwt-vc.md [email protected] @danielfett
3+
draft-terbu-oauth-sd-jwt-vc.md [email protected] @danielfett

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
Gemfile.lock
1919
archive.json
2020
draft-terbu-sd-jwt-vc.xml
21+
draft-terbu-oauth-sd-jwt-vc.xml
2122
package-lock.json
2223
report.xml
2324
!requirements.txt

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
This is the working area for the individual Internet-Draft, "SD-JWT VC".
44

55
* [Editor's Copy](https://vcstuff.github.io/draft-terbu-sd-jwt-vc/#go.draft-terbu-sd-jwt-vc.html)
6-
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-terbu-sd-jwt-vc)
7-
* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-terbu-sd-jwt-vc)
6+
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-terbu-oauth-sd-jwt-vc)
7+
* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-terbu-oauth-sd-jwt-vc)
88
* [Compare Editor's Copy to Individual Draft](https://vcstuff.github.io/draft-terbu-sd-jwt-vc/#go.draft-terbu-sd-jwt-vc.diff)
99

1010

draft-terbu-oauth-sd-jwt-vc.md

+5-14
Original file line numberDiff line numberDiff line change
@@ -565,20 +565,11 @@ for their contributions (some of which substantial) to this draft and to the ini
565565

566566
# Document History
567567

568-
-03
569-
570-
* added non-selectively disclosable JWT VC
571-
* added a note that this is not w3c vcdm.
572-
573-
-02
574-
575-
* Adjusted terminology based on feedback
576-
577-
-01
578-
579-
* Removed W3C VCDM transformation algorithm
580-
* Various editorial changes based on feedback
581-
582568
-00
583569

584570
* Initial Version
571+
* Removed W3C VCDM transformation algorithm
572+
* Various editorial changes based on feedback
573+
* Adjusted terminology based on feedback
574+
* Added non-selectively disclosable JWT VC
575+
* Added a note that this is not W3C VCDM

0 commit comments

Comments
 (0)