Skip to content
Prev Previous commit
Next Next commit
authorization-code(provider): add missing cors dependency
  • Loading branch information
jankapunkt committed Jul 30, 2025
commit 2b4e76638a07c60b02841ed7480041a999018c8f
23 changes: 23 additions & 0 deletions authorization-code/provider/package-lock.json

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

1 change: 1 addition & 0 deletions authorization-code/provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"dependencies": {
"@node-oauth/express-oauth-server": "^4.1.3",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2"
Expand Down