Azure / reliable-web-app-pattern-dotnet

The Reliable Web App Pattern is a set of objectives to help your web application converge on the cloud. This repo contains a reference implementation of a reliable web application for .NET.
https://aka.ms/eap/rwa/dotnet/doc
MIT License
369 stars 118 forks source link

Add secure attribute and verify that it works #376

Closed twsouthwick closed 4 months ago

twsouthwick commented 5 months ago

I validated that adding this attribute prevents the secrets from showing up in non-secure contexts.

Before:

before

After:

after

Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1914249