From 45fe3b8df9948860d3bb447e7fd81127db3a92db Mon Sep 17 00:00:00 2001 From: Daniel Fett Date: Tue, 11 Jun 2024 17:28:17 +0200 Subject: [PATCH] sd-jwt-python 2024 Annual Review Signed-off-by: Daniel Fett --- .../reviews/2024/2024-sd-jwt-python-annual.md | 48 +++++++++++++++++++ docs/projects/reviews/2024/index.md | 2 +- 2 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 docs/projects/reviews/2024/2024-sd-jwt-python-annual.md diff --git a/docs/projects/reviews/2024/2024-sd-jwt-python-annual.md b/docs/projects/reviews/2024/2024-sd-jwt-python-annual.md new file mode 100644 index 00000000..e3eb1875 --- /dev/null +++ b/docs/projects/reviews/2024/2024-sd-jwt-python-annual.md @@ -0,0 +1,48 @@ +# 2024 sd-jwt-python (SD-JWT Reference Implementation) + +## Project Health + +The main focus of this project is to provide a reference implementation for the +IETF SD-JWT draft. As such, the code has reflected the developments in the +specification over the last year and is up to date with the latest version of +the draft. Since the draft is approaching a stable state (and hopefully a final +RFC soon-ish), no drastic changes are expected in the codebase. + + +## Maintainer Diversity + +As before, the project is maintained by a single maintainer, an editor of the +SD-JWT draft. Two developers have contributed code, one editor of the draft and +one external contributor. + +## Project Adoption + +The main task of the project is to provide a reference implementation for the +SD-JWT draft. The project is in use + + * by the editors of the draft to test new developments and to produce examples for the specification, + * by external contributors to understand testdrive SD-JWT, and + * as a reference for testing and validation of other implementations. + +## Goals + +### Performance Against Prior Goals + +The project has met its goals for the last year, which were to keep the codebase +up to date with the latest version of the draft and to provide a reference +implementation for the draft. + +### Next Year's Goals + +As before, the main goal of the project is to provide a reference implementation +for the SD-JWT draft. The project will continue to track the development of the +draft, including a potential transition to an RFC. The project will also continue +to exist as a reference for SD-JWT implementations. + +## Help Required + +The project is in good shape and does not require any help at the moment. + +## Project Lifecycle Stage Recommendation + +The project is recommended to remain in the Labs stage. diff --git a/docs/projects/reviews/2024/index.md b/docs/projects/reviews/2024/index.md index fe8312a8..e2647036 100644 --- a/docs/projects/reviews/2024/index.md +++ b/docs/projects/reviews/2024/index.md @@ -4,7 +4,7 @@ Projects must provide an [annual review](../../../governance/project-annual-revi | Project | Stage | Date Accepted | 2024 Review | | ----------------------------- | ------ | ------------- | ------------ | -| SD-JWT Python | Labs | May 27, 2023 | Jun 12, 2024 | +| [SD-JWT Python](./2024-sd-jwt-python-annual.md) | Labs | May 27, 2023 | Jun 12, 2024 | | SD-JWT Kotlin | Labs | May 27, 2023 | Jun 12, 2024 | | Farmworker Wallet OS | Labs | Aug 9, 2023 | Aug 21, 2024 | | VC-API | Labs | Sep 28, 2023 | Oct 2, 2024 |