Skip to content

Commit

Permalink
add back custom changes
Browse files Browse the repository at this point in the history
  • Loading branch information
c2bo committed Jan 23, 2025
1 parent acfe534 commit 5ba614e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
id: setup
run: date -u "+date=%FT%T" >>"$GITHUB_OUTPUT"

- name: "Generate examples"
run: |
npm install -g cborg
python3 -m pip install --upgrade pip wheel setuptools
python3 -m pip install -r src/requirements.txt
python3 src/main.py
- name: "Caching"
uses: actions/cache@v4
with:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ jobs:
id: setup
run: date -u "+date=%FT%T" >>"$GITHUB_OUTPUT"

- name: "Generate examples"
run: |
npm install -g cborg
python3 -m pip install --upgrade pip wheel setuptools
python3 -m pip install -r src/requirements.txt
python3 src/main.py
- name: "Caching"
uses: actions/cache@v4
with:
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,13 @@ $ make
Command line usage requires that you have the necessary software installed. See
[the instructions](https://github.com/martinthomson/i-d-template/blob/main/doc/SETUP.md).


# Implementations

| Project | Language | Issuer | Holder | Relying Party |
|---|---|---|---|---|
| [OWF sd-jwt-js](https://github.com/openwallet-foundation/sd-jwt-js) | TypeScript | yes | yes | yes |

# Testing

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 comments on commit 5ba614e

Please sign in to comment.