Skip to content

Commit

Permalink
Implement JWT Bearer grant
Browse files Browse the repository at this point in the history
  • Loading branch information
ericleib committed Aug 26, 2024
1 parent dfaa462 commit efa5758
Show file tree
Hide file tree
Showing 4 changed files with 257 additions and 10 deletions.
206 changes: 197 additions & 9 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@curveball/core": "^0.21.1",
"@curveball/http-errors": "^0.5.0",
"@types/chai": "^4.3.1",
"@types/jsonwebtoken": "^9.0.6",
"@types/mocha": "^10.0.0",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
Expand Down Expand Up @@ -72,5 +73,8 @@
"tsx"
],
"exit": true
},
"dependencies": {
"jsonwebtoken": "^9.0.2"
}
}
Loading

0 comments on commit efa5758

Please sign in to comment.