Skip to content

Commit 8d6d628

Browse files
authored
Merge pull request #394 from Quickchive/feat/add-oauth-v2
feat: add oauth v2
2 parents bcbdac2 + 19098c7 commit 8d6d628

File tree

5 files changed

+556
-17
lines changed

5 files changed

+556
-17
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"start:local": "npm run start:docker && TZ=Asia/Seoul NODE_ENV=local nest start --watch",
1515
"start:docker": "docker-compose -f ./docker-compose.yml up -d",
1616
"start:debug": "nest start --debug --watch",
17-
"start:prod": "node dist/main",
17+
"start:prod": "node dist/main ",
1818
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
1919
"test": "jest --detectOpenHandles --forceExit",
2020
"test:watch": "cross-env NODE_ENV=test jest --watch",
@@ -56,6 +56,7 @@
5656
"cross-env": "^7.0.3",
5757
"crypto-js": "^4.1.1",
5858
"form-data": "^4.0.0",
59+
"google-auth-library": "^9.15.1",
5960
"groq-sdk": "^0.15.0",
6061
"ioredis": "^5.3.2",
6162
"joi": "^17.6.0",

0 commit comments

Comments
 (0)