I am trying to use Miniprofiler on an Asp.Net Core back end. The front end is a SPA and using session storage to set basic auth. I am running into a problem where I need to set the basic auth from session storage for the mini profiler ui to load.
Is there any way to achieve this with the default ui in mini profiler? Can I override or modify the view it uses to load this attribute from session storage?
The documentation and examples are quite sparse on details.