From 6feae81fe04d40dda737fdd0d1b7f6f35a9851ef Mon Sep 17 00:00:00 2001 From: svrooij Date: Sat, 9 Mar 2024 06:48:54 +0000 Subject: [PATCH] Posts refreshed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7120fe..d1d991e 100644 --- a/README.md +++ b/README.md @@ -90,11 +90,11 @@ Each wordpress website has (be default) a json api enabled. This feed is availab By running `dotnet-feeder feed https://svrooij.io/feed.json ./README.md --count 5 --tag s_posts` your can generate the section below. +- [Never forget the Authorize attribute](https://svrooij.io/2024/03/05/forget-authorize-attribute/) - [Modify a HttpClientHandler with Dependency Injection](https://svrooij.io/2024/02/27/modify-httpclienthandler-dependency-injection/) - [Nuke the man-in-the-middle attack](https://svrooij.io/2024/02/22/nuke-man-middle-attack/) - [Validate JWT with OpenID Connect](https://svrooij.io/2024/02/22/validate-jwt-openid-connect/) - [Local API for appliances](https://svrooij.io/2024/01/21/local-api-appliances/) -- [Using dependency injection in your C# PowerShell Modules](https://svrooij.io/2024/01/18/dependencies-powershell-module-csharp/) ## Developer stuff