Skip to content

Commit 565e9a7

Browse files
author
yuit
committed
update
1 parent 07f26d3 commit 565e9a7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ spring-security ,spring-security-oauth2 ,string boot 学习
44

55
---
66

7-
#### 更新
7+
#### Update
88
[更新说明](https://github.com/LookBackInTheRain/oauth-boot/blob/dev/UPDATE.md)
9-
#### 目前功能
9+
#### Current
1010
1. 授权码模式,密码模式,简化模式(未测试),客户端模式(未测试)
1111
2. JWT
1212
3. 自定义登录页面和授权页面
1313
4. 自定义异常处理
14+
5. [认证服务与资源服务分离](https://github.com/LookBackInTheRain/oauth-boot-up)
1415

1516
#### 配置
1617

@@ -25,7 +26,7 @@ boot:
2526
login-process-url: /auth/authorize
2627
```
2728
28-
#### 授权马模式
29+
#### 授权码模式
2930
3031
1. 请求授权 http://ip:port/oauth/authorize?response_type=code&client_id=client&client_secret=123qwe&redirect_uri=http://localhost:9000&scope=select
3132
2. 如果没有登录会跳转到登录页面,登录后跳转到授权页面(是否会跳转到授权页面取决于是否将isAutoApprove字段的值 )

0 commit comments

Comments
 (0)