Skip to content

Commit

Permalink
Merge pull request #1362 from ayeshLK/master
Browse files Browse the repository at this point in the history
Add symlink for example readme
  • Loading branch information
ayeshLK authored Jan 17, 2025
2 parents c952d1e + cfa9701 commit 304ec9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/order-management-service/.github/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This guide explains how to secure an 'Order Management Service' (RESTful service) with JWT Auth using Ballerina.
The following figure illustrates a high-level design diagram of the complete use case.

![Securing Microservice with JWT](./order-management-service.png)
![Securing Microservice with JWT](https://raw.githubusercontent.com/ballerina-platform/module-ballerina-jwt/master/examples/order-management-service/order-management-service.png)

The end-user (customer), in this example, Alice and Bob, interacts with the system using the web/mobile app provided.
This web/mobile app acts as a 'Client' on behalf of the user’s actions and calls to the 'API Gateway'. The 'API Gateway'
Expand Down

0 comments on commit 304ec9f

Please sign in to comment.