Hi I am a little new to this and was just wondering if there is a good example to follow?
I have a Blazor WASM/Client project that authenticates currently with Okta, I also have an API that said Blazor app calls to retrieve user + inventory data. Right now the API is only accessible from the Blazor site, but I am sure that is not sufficient security…what is the best way/guide to secure an API with the same session/context already obtained from the front end?
Thank you!