Similarityoung opened a new pull request, #1193:
URL: https://github.com/apache/dubbo-samples/pull/1193

   This pull request introduces a sample project that demonstrates how to 
integrate Dubbo with RESTful APIs, incorporating Spring Security and OAuth2 for 
authentication and authorization. The sample showcases the following key 
functionalities:
   
   1. Dubbo RESTful Integration:
   
   - A RESTful API is exposed for Dubbo services, enabling easier interaction 
with external systems.
   
   2. Spring Security Setup:
   
   - Spring Security is configured to secure the endpoints, ensuring that only 
authorized users can access the Dubbo services via the REST API.
   
   3. OAuth2 Authentication:
   
   - OAuth2 authentication is implemented to handle secure access to the 
resources, with token validation for API access.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to