Skip to content

Commit

Permalink
fix: Add M2M token refreshing [DEV-3117] (#327)
Browse files Browse the repository at this point in the history
Add M2M token refreshing
  • Loading branch information
Andrew Nikitin committed Aug 10, 2023
1 parent 500c109 commit be04d92
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 90 deletions.
61 changes: 59 additions & 2 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"@cosmjs/amino": "^0.31.0",
"@cosmjs/encoding": "^0.31.0",
"@logto/express": "^2.0.2",
"@types/jsonwebtoken": "^9.0.2",
"@veramo/core": "^5.4.0",
"@veramo/credential-ld": "^5.4.0",
"@veramo/credential-w3c": "^5.4.0",
Expand All @@ -72,6 +73,7 @@
"helmet": "^7.0.0",
"http-status-codes": "^2.2.0",
"json-stringify-safe": "^5.0.1",
"jsonwebtoken": "^9.0.1",
"node-cache": "^5.1.2",
"pg": "^8.11.2",
"pg-connection-string": "^2.6.2",
Expand Down
Loading

0 comments on commit be04d92

Please sign in to comment.