Commit Graph

6 Commits (Rick-Anderson-patch-11)

Author SHA1 Message Date
Tom Dykstra 8b73f0a589
ROPC remediation - 11 files (#33972) 2024-10-30 09:40:23 -07:00
guardrex 98a9f9caff Bias-free communication 2024-09-25 11:20:34 -04:00
Tom Dykstra 430914e9b2
Convert inline code to snippet references (#32003) 2024-03-08 20:08:49 -08:00
Tom Dykstra bc5bfff786
Recommend the Visual Studio SPA project templates (#30333)
Co-authored-by: Daniel Roth <daroth@microsoft.com>
2023-09-28 18:38:39 -07:00
Tom Dykstra bd458374ce
Moniker prep for SPA articles (#30269) 2023-09-07 14:18:36 -07:00
Rick Anderson 52a029f98b
Identity api auth/colmprunty/ra (#26278)
* Update identity-api-authorization.md

In new minimal API that comes from default creation under .NET 6, there isn't a `Startup` class any more. Likewise, there aren't sections for `Startup.ConfigureServices` or `Startup.Configure` any more, everything is within `Program`.  
I think I've done this right so that anything < .NET 6 will still show the original text, but .NET 6 and up will show the new additions.

* intro to SPAs /1

* intro to SPAs /1

* intro to SPAs /1

Co-authored-by: Colm Prunty <github@colm.prunty.org>
2022-06-30 13:39:35 -10:00