From 18d971c4d0b674f2ce21ae1f81d2fc703e0c9109 Mon Sep 17 00:00:00 2001 From: ReLive27 Date: Fri, 19 Jan 2024 15:31:23 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- oauth2-custom-consent-page-with-vue/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f764157..eeeff83 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/oauth2-custom-consent-page-with-vue/README.md b/oauth2-custom-consent-page-with-vue/README.md index 1c6f55c..7cf6262 100644 --- a/oauth2-custom-consent-page-with-vue/README.md +++ b/oauth2-custom-consent-page-with-vue/README.md @@ -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