File tree Expand file tree Collapse file tree
oauth2-custom-consent-page-with-vue Expand file tree Collapse file tree 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
44interacts directly with the authorization service, but interacts through the front-end service. Please get the front-end
55engineering 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] ( )
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
66Store to enable the resource server to discover the public key information of the authorization server. After the
77authorization 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 )
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments