This commit is contained in:
2020-06-01 17:46:53 +00:00
parent 430efb7102
commit 84ec09a2b2
6 changed files with 33 additions and 12 deletions

View File

@@ -64,9 +64,7 @@ todo: Profiling
https://github.com/MiniProfiler/dotnet/tree/master/src/MiniProfiler.Shared/ui
Full profiling view:
Add a role check in startup on auth for full view
Add a switch to turn off profiling or turn it on
ideally somehow do it from within a route so can turn it on and off dynamically
Add a filter to filter out anything auth related so no one can see that, i.e. filter out Authenticate routes where JWT is visible in query
Add a link in UI for profiler, maybe host inside a frame or something
(actually this might help with the auth dl token as well)