Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading