nanjiek opened a new pull request, #102:
URL: https://github.com/apache/dubbo-go-pixiu-samples/pull/102

   
   **What this PR does**:
   This PR adds a quick start example for JWT authentication in 
`dubbogo/simple/jwt`, allowing users to easily start and test JWT-based 
communication between Pixiu and the backend server.
   
   After applying this change, you can quickly start the example with:
   
   ```bash
   cd dubbogo/simple
   ./start.sh startServer jwt
   ./start.sh startPixiu jwt
   ./start.sh startTest jwt
   ```
   
   > ⚠️ Note: Please start the Spring Cloud service before running tests, 
otherwise `TestSpringCloud` will fail.
   
   ---
   
   **Which issue(s) this PR fixes**:
   Fixes  https://github.com/apache/dubbo-go-pixiu-samples/issues/94
   
   ---
   
   


-- 
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