DGDavid Gatesindgates.hashnode.dev·1d ago · 7 min readAn Angular + .NET Auth Template with Multi-Channel 2FA and a Live DemoMost auth starter templates ask you to take them on faith. The README promises login, 2FA, and password reset, and you find out whether any of it works after you've cloned it and spent an evening wiri00
DGDavid Gatesindgates.hashnode.dev·Jul 27 · 4 min readDGates.AwsSecretsManager 1.0.0: StableLast week I wrote about building a typed, cached AWS Secrets Manager library for .NET Framework 4.8 — the design decisions, the trade-offs, and proving it in a real ASP.NET MVC 5 application. That pos00
DGDavid Gatesindgates.hashnode.dev·Jul 17 · 13 min readModern Secrets for Legacy .NET: Building a Typed, Cached AWS Secrets Manager LibraryThe Problem If you're building on modern .NET, retrieving a secret from AWS Secrets Manager as a strongly typed, cached configuration value is pretty much turnkey. AWS's supporting NuGet packages hand00