Skip to content

Commit

Permalink
chore(module): split oauth as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice52 committed Sep 15, 2023
1 parent befbe8d commit 08deb43
Show file tree
Hide file tree
Showing 15 changed files with 11 additions and 388 deletions.
11 changes: 7 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ url = [email protected]:Alice52/mq-tutorial.git
path = rpc/grpc
url = [email protected]:Alice52/grpc-tutorial.git
[submodule "job"]
path = job
url = [email protected]:Alice52/job.git
path = job
url = [email protected]:Alice52/job.git
[submodule "optimize"]
path = optimize
url = [email protected]:Alice52/optimize.git
path = optimize
url = [email protected]:Alice52/optimize.git
[submodule "oauth"]
path = oauth
url = [email protected]:Alice52/security-tutorial.git
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"mq": true,
"rpc": true,
"job": true,
"oauth": true,
"rpc/grpc": true,
"optimize": true,
"repo.code-workspace": false
Expand Down
266 changes: 0 additions & 266 deletions common/oauth/jwt-token.md

This file was deleted.

Loading

0 comments on commit 08deb43

Please sign in to comment.