Skip to content

Commit

Permalink
feat: add jwks support
Browse files Browse the repository at this point in the history
  • Loading branch information
hf committed Jan 8, 2024
1 parent f47623f commit 4d11f54
Show file tree
Hide file tree
Showing 12 changed files with 397 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
platform: [ubuntu-20.04]
node: ['18']
node: ['20']

runs-on: ${{ matrix.platform }}

Expand Down
118 changes: 100 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"fs-extra": "^10.0.1",
"fs-xattr": "^0.3.1",
"ioredis": "^5.2.4",
"jsonwebtoken": "^9.0.0",
"jsonwebtoken": "^9.0.2",
"knex": "^2.4.2",
"md5-file": "^5.0.0",
"pg": "^8.10.0",
Expand All @@ -69,7 +69,7 @@
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.2.1",
"@types/js-yaml": "^4.0.5",
"@types/jsonwebtoken": "^8.5.8",
"@types/jsonwebtoken": "^9.0.5",
"@types/mustache": "^4.2.2",
"@types/node": "^18.14.6",
"@types/pg": "^8.6.4",
Expand Down
Loading

0 comments on commit 4d11f54

Please sign in to comment.