Skip to content

Files

Latest commit

Apr 25, 2025
a8e5048 · Apr 25, 2025

History

History

oauth2-client-model

README.md

Relevant Information:

  1. client-model-oauth2-server is an authorization server built with Spring Authorization Server.
  2. client-model-resource-server SpringBoot resource service protected by Spring Security.
  3. oauth2client is an OAuth2.0 client service created by Spring Security.
  4. After starting the service, call the resource service /resource/article endpoint through WebClient.

Relevant Articles: