This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Replies: 1 comment
-
Hi @rpostmus |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been looking thru the code and i was wondering how the authorization part is working. If I check the Detail endpoint in the WebMVC OrderController.cs file i see that the user needs to be authenticated. It then uses the ordering service to do a http call to the (I think) Ordering Microservice. I think in this step we kind of lose the user and it basically does a sql command to fetch the order. Where in these steps do we check if the order id that is being requested actually belongs to the user?
Beta Was this translation helpful? Give feedback.
All reactions