Skip to content

Commit aecf36e

Browse files
committed
Update README.md
1 parent ebe1aa3 commit aecf36e

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 3 additions & 0 deletions
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 browser!
10+
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

Lines changed: 3 additions & 0 deletions
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)