Skip to content

Commit 6c2808c

Browse files
authored
Merge pull request #285 from oauth-wg/c2bo/add-implementations
Add more open source implementations to the Readme
2 parents 58cbdc6 + e395a45 commit 6c2808c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@ $ make
2828
Command line usage requires that you have the necessary software installed. See
2929
[the instructions](https://github.com/martinthomson/i-d-template/blob/main/doc/SETUP.md).
3030

31+
## Implementations (Open Source)
3132

32-
# Implementations
33-
34-
| Project | Language | Issuer | Holder | Relying Party |
33+
| Project | Language | Issuer | Holder | Relying Party |
3534
|---|---|---|---|---|
36-
| [OWF sd-jwt-js](https://github.com/openwallet-foundation/sd-jwt-js) | TypeScript | yes | yes | yes |
35+
| [OWF sd-jwt-js](https://github.com/openwallet-foundation/sd-jwt-js) | TypeScript | yes | yes | yes |
36+
| [Adorsys status-list-server](https://github.com/adorsys/status-list-server) | Rust | yes | no | no |
37+
| [Bundesdruckerei issuer](https://github.com/Bundesdruckerei-GmbH/pid-issuer/tree/main/status-list-service-0.1.11) | Kotlin | yes | yes | yes |
3738

38-
# Testing
39+
## Testing
3940

4041
You may use this [Cyberchef script](https://gchq.github.io/CyberChef/#recipe=JWT_Decode()JPath_expression('status_list.lst','%5C%5Cn')From_Base64('A-Za-z0-9-_',true,false)Zlib_Inflate(0,0,'Adaptive',false,false)To_Binary('Line%20feed',8)Add_line_numbers()) to quickly analyze a Token Status List in JWT format.

0 commit comments

Comments
 (0)