We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f26d3 commit 565e9a7Copy full SHA for 565e9a7
README.md
@@ -4,13 +4,14 @@ spring-security ,spring-security-oauth2 ,string boot 学习
4
5
---
6
7
-#### 更新
+#### Update
8
[更新说明](https://github.com/LookBackInTheRain/oauth-boot/blob/dev/UPDATE.md)
9
-#### 目前功能
+#### Current
10
1. 授权码模式,密码模式,简化模式(未测试),客户端模式(未测试)
11
2. JWT
12
3. 自定义登录页面和授权页面
13
4. 自定义异常处理
14
+5. [认证服务与资源服务分离](https://github.com/LookBackInTheRain/oauth-boot-up)
15
16
#### 配置
17
@@ -25,7 +26,7 @@ boot:
25
26
login-process-url: /auth/authorize
27
```
28
-#### 授权马模式
29
+#### 授权码模式
30
31
1. 请求授权 http://ip:port/oauth/authorize?response_type=code&client_id=client&client_secret=123qwe&redirect_uri=http://localhost:9000&scope=select
32
2. 如果没有登录会跳转到登录页面,登录后跳转到授权页面(是否会跳转到授权页面取决于是否将isAutoApprove字段的值 )
0 commit comments