I wanted to integrate social login to my Blazor WASM app, and all my examples codes still recommends to use a cshtml templace for the login page in a Blazor WASM hosted model.
So I am wondering if it is possible to create .cshtml template in a Blazor Web App with WASM interactivity mode ?