Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ReLive27 committed Jan 19, 2024
1 parent eae8ee4 commit 73f68c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Server.
- [A Simple Guide to Using Spring Security OAuth2 Opaque Tokens](https://relive27.github.io/blog/oauth2-opaque-token)
- [Spring Security OAuth2 Introspection Protocol in conjunction with JWT Guide](https://relive27.github.io/blog/oauth2-introspection-with-jwt)
- [Spring Security OAuth 2.0 Authorization Server Combined with Redis implements Access to AccessToken Rate Limits](https://relive27.github.io/blog/oauth2-token-access-restrictions)
- [Building an OAuth2 Authorization Consent Page with Vue.js]()
- [Building an OAuth2 Authorization Consent Page with Vue.js](https://relive27.github.io/blog/oauth2-custom-consent-page-with-vue)
- ...

## Spring Framework Version
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Security 5 之上, 这里的模块涵盖了 Spring Authorization Server 的许
- [Spring Security OAuth2 Opaque 令牌的简单使用指南](https://relive27.github.io/blog/oauth2-opaque-token)
- [Spring Security OAuth2 内省协议与 JWT 结合使用指南](https://relive27.github.io/blog/oauth2-introspection-with-jwt)
- [Spring Security OAuth 2.0授权服务器结合Redis实现获取accessToken速率限制](https://relive27.github.io/blog/oauth2-token-access-restrictions)
- [使用 Vue.js 构建 OAuth2.0 授权同意页面]()
- [使用 Vue.js 构建 OAuth2.0 授权同意页面](https://relive27.github.io/blog/oauth2-custom-consent-page-with-vue)
- ...

## Spring 框架版本
Expand Down
2 changes: 1 addition & 1 deletion oauth2-custom-consent-page-with-vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Let's test it out by visiting [http://127.0.0.1:8070/home](http://127.0.0.1:8070

## Relevant Articles:

- [Building an OAuth2 Authorization Consent Page with Vue.js]()
- [Building an OAuth2 Authorization Consent Page with Vue.js](https://relive27.github.io/blog/oauth2-custom-consent-page-with-vue)

## Demo

Expand Down

0 comments on commit 73f68c4

Please sign in to comment.