File tree 3 files changed +8
-0
lines changed
oauth2-custom-consent-page-with-vue
3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ This module authorization service uses the Vue.js front-end framework. The clien
4
4
interacts directly with the authorization service, but interacts through the front-end service. Please get the front-end
5
5
engineering source code from [ here] ( https://github.com/ReLive27/spring-security-oauth2-vue-sample ) .
6
6
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
+
7
9
## Relevant Articles:
8
10
9
11
- [ Building an OAuth2 Authorization Consent Page with Vue.js] ( )
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ website. Consul KV Store provides a hierarchical KV store that can store distrib
6
6
Store to enable the resource server to discover the public key information of the authorization server. After the
7
7
authorization server rotates the key, the public key will be updated to KV Store.
8
8
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
+
9
12
## Relevant Articles:
10
13
11
14
- [ Using Spring Security OAuth2 Authorization Service JWK with Consul Configuration Center] ( https://relive27.github.io/blog/oauth2-jwk-consul-config )
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ strategy to provide support:
25
25
}
26
26
```
27
27
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
+
28
31
## Relevant Articles:
29
32
30
33
- [ Spring Security OAuth2 implements simple key rotation and configures resource server JWK cache] ( https://relive27.github.io/blog/jwk-cache-and-rotate-key )
You can’t perform that action at this time.
0 commit comments