aemarcoWebTools 9.0.37

dotnet add package aemarcoWebTools --version 9.0.37
                    
NuGet\Install-Package aemarcoWebTools -Version 9.0.37
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="aemarcoWebTools" Version="9.0.37" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="aemarcoWebTools" Version="9.0.37" />
                    
Directory.Packages.props
<PackageReference Include="aemarcoWebTools" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add aemarcoWebTools --version 9.0.37
                    
#r "nuget: aemarcoWebTools, 9.0.37"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package aemarcoWebTools@9.0.37
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=aemarcoWebTools&version=9.0.37
                    
Install as a Cake Addin
#tool nuget:?package=aemarcoWebTools&version=9.0.37
                    
Install as a Cake Tool

aemarcoWebTools

<a href=https://www.nuget.org/packages/aemarcoWebTools><img src="https://buildstats.info/nuget/aemarcoWebTools"></a>

Table of Contents

  1. Authorization
  2. Filter
  3. Middleware

Authorization

Adds policies with given names, which ensure LAN access only.

services.AddLanIpAddressPolicy("lanOnly");

Adds a policy, which requires client_id with one of the client id´s

services.AddAllowedClientsPolicy("clientB", "clientB");

Policy documentation can be found at https://docs.microsoft.com/en-us/aspnet/core/security/authorization/policies

Great read around DefaultPolicy and FallbackPolicy https://scottsauber.com/2020/01/20/globally-require-authenticated-users-by-default-using-fallback-policies-in-asp-net-core

Read about Policy Conventions https://andrewlock.net/setting-global-authorization-policies-using-the-defaultpolicy-and-the-fallbackpolicy-in-aspnet-core-3

Filter

Add´s a filter, which only calls the action when the ModelState is valid

services.AddControllers(options =>
            {
                options.Filters.Add(new ValidationFilter());
            });

Middleware

Adds a middleware, which moves an access_token provided as query parameter, to an Authorization heder for a Bearer.

app.UseBearerToHeaderMiddleware(); //move bearer from url to header before routing
Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.0.37 218 9/14/2025
9.0.33 149 9/13/2025
9.0.31 147 9/13/2025
9.0.30 145 9/13/2025
9.0.6 135 9/13/2025
9.0.5 142 9/13/2025
9.0.4 147 9/13/2025
9.0.3 146 9/13/2025
8.4.13 171 9/11/2025
8.4.12 195 8/30/2025
8.4.11 251 8/6/2025
8.4.10 78 8/2/2025
8.4.9 64 8/1/2025
8.4.6 141 7/27/2025
8.4.5 170 6/20/2025
8.4.4 129 5/3/2025
8.4.3 126 4/26/2025
8.4.2 151 4/25/2025
8.4.1 189 4/20/2025
8.3.2 200 4/20/2025
8.2.11 191 4/20/2025
8.2.10 233 4/13/2025
8.2.9 193 4/6/2025
8.2.8 179 3/30/2025
8.2.7 303 3/23/2025
8.2.6 168 3/16/2025
8.2.5 143 3/2/2025
8.2.4 157 1/26/2025
8.2.3 127 1/9/2025
8.2.2 172 1/9/2025
8.1.4 161 1/1/2025
8.1.3 174 12/31/2024
8.1.2 135 12/26/2024
8.0.8 123 12/23/2024
8.0.7 133 12/23/2024
8.0.6 140 12/22/2024
8.0.5 140 12/21/2024
8.0.4 156 11/17/2024
8.0.3 207 11/17/2024
5.0.21 139 11/16/2024
5.0.20 154 10/20/2024
5.0.19 155 10/19/2024
5.0.18 143 10/19/2024
5.0.17 140 10/13/2024
5.0.16 146 10/12/2024
5.0.6 127 10/6/2024
5.0.5 145 10/2/2024
5.0.4 183 10/1/2024
5.0.3 167 9/22/2024
5.0.2 237 9/16/2024
4.0.9 160 9/15/2024
4.0.8 136 9/8/2024
4.0.7 131 9/8/2024
4.0.6 145 9/8/2024
4.0.5 142 9/8/2024
4.0.2 177 9/8/2024
3.1.27 144 9/8/2024
3.1.26 172 9/7/2024
3.1.25 154 9/7/2024
3.1.24 186 9/7/2024
3.1.23 160 9/1/2024
3.1.22 165 9/1/2024
3.1.21 187 6/16/2024
3.1.20 156 5/31/2024
3.1.19 184 5/20/2024
3.1.18 161 5/10/2024
3.1.17 180 4/12/2024
3.1.16 172 4/4/2024
3.1.15 163 3/22/2024
3.1.11 166 3/19/2024
3.1.10 168 2/16/2024
3.1.7 170 2/11/2024
3.1.6 167 2/11/2024
3.1.5 169 2/11/2024
3.1.4 174 2/11/2024
3.0.18 225 1/29/2024
3.0.17 146 1/29/2024
3.0.16 155 1/27/2024
3.0.15 131 1/27/2024
3.0.8 156 1/27/2024
3.0.7 183 1/13/2024
2.0.18 202 1/4/2024
2.0.17 188 1/1/2024
2.0.16 163 12/27/2023
2.0.15 154 12/26/2023
2.0.14 188 12/26/2023
2.0.13 175 12/25/2023
2.0.11 177 12/23/2023
2.0.10 183 12/16/2023
2.0.9 171 12/15/2023
2.0.8 187 12/14/2023
2.0.7 177 12/13/2023
2.0.5 172 12/11/2023
2.0.4 170 12/11/2023
2.0.2 241 12/10/2023
1.9.2 195 12/10/2023
1.8.4 201 12/10/2023
1.8.3 183 12/9/2023
1.8.2 189 12/9/2023
1.1.28 203 11/27/2023
1.1.27 195 11/26/2023
1.1.26 182 11/18/2023
1.1.25 176 11/17/2023
1.1.24 193 10/30/2023
1.1.23 167 10/29/2023
1.1.22 182 10/22/2023
1.1.21 188 10/17/2023
1.1.20 208 9/16/2023
1.1.19 232 8/27/2023
1.1.18 221 7/31/2023
1.1.17 244 7/16/2023
1.1.16 240 7/9/2023
1.1.15 234 7/8/2023
1.1.14 234 7/5/2023
1.1.13 266 6/29/2023
1.1.12 267 5/1/2023
1.1.11 353 3/5/2023
1.1.10 375 3/3/2023
1.1.9 367 2/28/2023
1.1.7 365 2/26/2023
1.1.6 359 2/26/2023
1.1.5 349 2/26/2023
1.1.3 354 2/25/2023
1.1.0 353 2/25/2023
1.0.108 388 1/23/2023
1.0.107 430 1/13/2023
1.0.106 411 1/13/2023
1.0.105 406 1/12/2023
1.0.104 419 1/11/2023
1.0.103 424 1/7/2023
1.0.102 406 1/6/2023
1.0.101 406 1/6/2023
1.0.100 409 1/2/2023
1.0.99 399 12/30/2022
1.0.98 418 12/28/2022
1.0.97 400 12/28/2022
1.0.95 437 12/3/2022
1.0.94 435 11/24/2022
1.0.93 491 11/1/2022
1.0.92 509 10/30/2022
1.0.91 501 10/27/2022
1.0.90 502 10/26/2022
1.0.89 527 10/26/2022
1.0.88 515 10/23/2022
1.0.86 527 10/18/2022
1.0.85 495 10/18/2022
1.0.84 500 10/16/2022
1.0.83 512 10/15/2022
1.0.82 524 10/15/2022
1.0.81 513 10/10/2022
1.0.80 486 10/6/2022
1.0.79 499 10/6/2022
1.0.78 557 10/2/2022
1.0.77 597 9/27/2022
1.0.76 585 9/25/2022
1.0.75 620 9/23/2022
1.0.74 592 9/23/2022
1.0.73 599 9/10/2022
1.0.72 667 6/29/2022
1.0.71 649 5/29/2022
1.0.70 649 5/29/2022
1.0.69 659 5/28/2022
1.0.68 658 5/24/2022
1.0.66 673 5/1/2022
1.0.64 748 4/17/2022
1.0.63 711 4/15/2022
1.0.62 744 3/24/2022
1.0.61 713 3/20/2022
1.0.55 735 3/13/2022
1.0.54 705 3/11/2022
1.0.53 727 3/11/2022
1.0.52 719 3/11/2022
1.0.51 761 2/26/2022
1.0.50 961 2/9/2022
1.0.49 945 2/1/2022
1.0.48 958 1/25/2022
1.0.47 480 11/29/2021
1.0.46 466 11/27/2021
1.0.45 609 10/12/2021
1.0.44 539 8/23/2021
1.0.43 627 8/10/2021
1.0.42 519 7/21/2021
1.0.41 547 4/4/2021
1.0.40 520 4/4/2021
1.0.39 499 3/29/2021
1.0.38 588 3/27/2021
1.0.37 541 3/15/2021
1.0.36 571 3/14/2021