https://github.com/spring2go/oauth2lab
source code and instructions for oauth2 labs
https://github.com/spring2go/oauth2lab
Last synced: 7 months ago
JSON representation
source code and instructions for oauth2 labs
- Host: GitHub
- URL: https://github.com/spring2go/oauth2lab
- Owner: spring2go
- License: mit
- Created: 2018-04-11T12:49:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-20T18:31:51.000Z (over 2 years ago)
- Last Synced: 2025-04-09T06:08:15.309Z (8 months ago)
- Language: Java
- Size: 3.22 MB
- Stars: 595
- Watchers: 54
- Forks: 643
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
oauth2lab
======
《微服务安全架构和实践》微课程的ppt和实验代码。
# 课程ppt
1. [深度剖析OAuth2和微服务安全架构](ppt/深度剖析OAuth2和微服务安全架构.pdf)
2. [OAuth2.0最简向导](ppt/OAuth2.0最简向导.pdf)
# 实验软件需求
1. [JDK 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
2. [Maven](https://maven.apache.org/download.cgi)
3. [MySQL](https://dev.mysql.com/downloads/)
4. [Redis for windows](https://github.com/MicrosoftArchive/redis/releases)
5. [Postman](https://www.getpostman.com/)
6. Eclipse STS 3.9.5下载1[网盘](https://pan.baidu.com/s/1xqy4G_r9N24WODBBuGlIog) 下载2[国外](https://spring.io/tools)
7. Android Studio 3.1.2下载1[国内可访问](https://dl.google.com/dl/android/studio/install/3.1.2.0/android-studio-ide-173.4720617-windows.exe) 下载2[网盘](https://pan.baidu.com/s/1xO0jppKszfJAA3GFJ8bxcw) 下载3[国外访问](https://developer.android.com/studio/index.html)
8. [Firefox Browser 47.0.2](http://ftp.mozilla.org/pub/firefox/releases/47.0.2/win64/zh-CN/)
9. [NoRedirect Add on for Firefox](https://addons.mozilla.org/en-US/firefox/addon/noredirect/)
# 实验目录
1. [lab01](lab01)~授权服务器实验
2. [lab02](lab02)~Web应用客户端实验
3. [lab03](lab03)~JWT授权服务器和客户端实验
4. [lab04](lab04)~Android客户端实验
5. [lab05](lab05)~Angularjs单页应用实验
6. [lab06](lab06)~Github联合登录
7. [lab07](lab07)~OAuth2安全风险实验
# 注意
1. 所有代码仅供学习参考,不是生产级
2. 代码和ppt采用[Mit license](LICENSE)
# 极客时间课程
《微服务架构实战160讲》
