Skip to content

Commit 2b4e766

Browse files
committed
authorization-code(provider): add missing cors dependency
1 parent 9fa8330 commit 2b4e766

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

authorization-code/provider/package-lock.json

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

authorization-code/provider/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"dependencies": {
1010
"@node-oauth/express-oauth-server": "^4.1.3",
1111
"body-parser": "^1.20.2",
12+
"cors": "^2.8.5",
1213
"dotenv": "^16.0.3",
1314
"ejs": "^3.1.9",
1415
"express": "^4.18.2"

0 commit comments

Comments
 (0)