I have an app that authenticates a user using MSAL and that is in the client side , react. But on the backend , c# i make api calls and I want to add some Authorization to only allow users who have successfully logged into the app.
How can i do this, is there an example ?