Skip to content

Commit 35739e7

Browse files
committed
Update README.md
1 parent 5d492f8 commit 35739e7

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

oauth2-custom-consent-page-with-vue/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This module authorization service uses the Vue.js front-end framework. The clien
44
interacts directly with the authorization service, but interacts through the front-end service. Please get the front-end
55
engineering source code from [here](https://github.com/ReLive27/spring-security-oauth2-vue-sample).
66

7+
Let's test it out by visiting [http://127.0.0.1:8070/home](http://127.0.0.1:8070/home) in your browser!
8+
79
## Relevant Articles:
810

911
- [Building an OAuth2 Authorization Consent Page with Vue.js]()

oauth2-jwk-consul-config/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ website. Consul KV Store provides a hierarchical KV store that can store distrib
66
Store to enable the resource server to discover the public key information of the authorization server. After the
77
authorization server rotates the key, the public key will be updated to KV Store.
88

9+
Let's test it out by visiting [http://127.0.0.1:8070/client/article](http://127.0.0.1:8070/client/article) in your
10+
browser!
11+
912
## Relevant Articles:
1013

1114
- [Using Spring Security OAuth2 Authorization Service JWK with Consul Configuration Center](https://relive27.github.io/blog/oauth2-jwk-consul-config)

oauth2-jwk-redis/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ strategy to provide support:
2525
}
2626
```
2727

28+
Let's test it out by visiting [http://127.0.0.1:8070/client/article](http://127.0.0.1:8070/client/article) in your
29+
browser!
30+
2831
## Relevant Articles:
2932

3033
- [Spring Security OAuth2 implements simple key rotation and configures resource server JWK cache](https://relive27.github.io/blog/jwk-cache-and-rotate-key)

0 commit comments

Comments
 (0)