reliable-web-app-pattern-dotnet
reliable-web-app-pattern-dotnet copied to clipboard
Add secure attribute and verify that it works
I validated that adding this attribute prevents the secrets from showing up in non-secure contexts.
Before:
After:
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1914249