Skip to content

Commit 08deb43

Browse files
committed
chore(module): split oauth as submodule
1 parent befbe8d commit 08deb43

File tree

15 files changed

+11
-388
lines changed

15 files changed

+11
-388
lines changed

.gitmodules

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ url = [email protected]:Alice52/mq-tutorial.git
2020
path = rpc/grpc
2121
url = [email protected]:Alice52/grpc-tutorial.git
2222
[submodule "job"]
23-
path = job
24-
url = [email protected]:Alice52/job.git
23+
path = job
24+
url = [email protected]:Alice52/job.git
2525
[submodule "optimize"]
26-
path = optimize
27-
url = [email protected]:Alice52/optimize.git
26+
path = optimize
27+
url = [email protected]:Alice52/optimize.git
28+
[submodule "oauth"]
29+
path = oauth
30+
url = [email protected]:Alice52/security-tutorial.git

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"mq": true,
99
"rpc": true,
1010
"job": true,
11+
"oauth": true,
1112
"rpc/grpc": true,
1213
"optimize": true,
1314
"repo.code-workspace": false

common/oauth/jwt-token.md

Lines changed: 0 additions & 266 deletions
This file was deleted.

0 commit comments

Comments
 (0)