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 30, 2024
1 parent 0fb6962 commit d1975b7
Show file tree
Hide file tree
Showing 11 changed files with 404 additions and 49 deletions.
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 d1975b7

Please sign in to comment.