Skip to content

Commit c4a1924

Browse files
author
archcentric
committed
upload ppt
1 parent b3cf164 commit c4a1924

5 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,13 @@ oauth2lab
2323
6. [lab06](lab06)~Github联合登录
2424
7. [lab07](lab07)~OAuth2安全风险实验
2525

26+
# 课程ppt
27+
1. [深度剖析OAuth2和微服务安全架构](ppt/深度剖析OAuth2和微服务安全架构.pdf)
28+
2. [OAuth2.0最简向导](ppt/OAuth2.0最简向导.pdf)
2629

2730
# 注意
2831
1. 所有代码仅供学习参考,不是生产级
29-
2. 代码采用[Mit license](LICENSE)
32+
2. 代码和ppt采用[Mit license](LICENSE)
3033

3134

3235

lab04/AuthCodeApp/.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lab04/AuthCodeApp/app/src/main/java/spring2go/io/authcodeapp/client/ClientAPI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import spring2go.io.authcodeapp.client.userinfo.UserInfoAPI;
77

88
public class ClientAPI {
9-
public static final String BASE_URL = "172.30.17.42:8080";
9+
public static final String BASE_URL = "192.168.1.104:8080";
1010

1111
public static UserInfoAPI userInfo() {
1212
RetrofitAPIFactory api = new RetrofitAPIFactory(BASE_URL, null);

ppt/OAuth2.0最简向导.pdf

539 KB
Binary file not shown.
2.97 MB
Binary file not shown.

0 commit comments

Comments
 (0)