EngineBay.Authentication 2.4.0

dotnet add package EngineBay.Authentication --version 2.4.0
                    
NuGet\Install-Package EngineBay.Authentication -Version 2.4.0
                    
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="EngineBay.Authentication" Version="2.4.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EngineBay.Authentication" Version="2.4.0" />
                    
Directory.Packages.props
<PackageReference Include="EngineBay.Authentication" />
                    
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 EngineBay.Authentication --version 2.4.0
                    
#r "nuget: EngineBay.Authentication, 2.4.0"
                    
#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.
#addin nuget:?package=EngineBay.Authentication&version=2.4.0
                    
Install as a Cake Addin
#tool nuget:?package=EngineBay.Authentication&version=2.4.0
                    
Install as a Cake Tool

EngineBay.Authentication

NuGet version Maintainability Test Coverage

Authentication module for EngineBay published to EngineBay.Authentication on NuGet.

About

Learn about Authentication and Authorization.

This module provides middleware and services for both authentication and authorization. The behaviour of the authentication depends heavily on your configuration options. The module can be configured to use JWT auth, Basic auth, and no auth. JWT is recommended. The latter two should only be used during local testing - not in a production environment.

Simple endpoints to register a user or get the current user are also provided.

This module also provides implementations of ICurrentIdentity, which can be used by modules such as EngineBay.Auditing, to get information about the current user from the HttpContext.

With the authorization middleware, you can specify authorization policies on endpoints to limit access to users with the appropriate permissions.

Usage

When this module is registered and configured, all endpoints will only allow authenticated users by default. To allow unauthenticated users to access an endpoint, you can use the .AllowAnonymous() method on the route builder. For an example, see AuthenticationModule.

To restrict access to endpoints to users with specific permissions, you can use .RequireAuthorization("Policy.Name") on the route builder. For an example, see AuditEntryEndpoint.

Registration

This module cannot run on its own. You will need to register it in your application to use its functionality. See the Demo API registration guide.

Since this module uses HttpContextAccessor in custom components, you will need to register it on the service collection for dependency injection. This can be done with the line builder.Services.AddHttpContextAccessor();, as seen here.

Environment Variables

See the Documentation Portal.

Dependencies

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos 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
2.4.0 187 2/13/2024
2.3.0 173 2/12/2024
2.2.5 168 1/30/2024
2.2.4 173 1/18/2024
2.2.3 162 1/16/2024
2.2.2 169 1/10/2024
2.2.1 211 12/20/2023
2.2.0 281 12/7/2023
2.1.3 146 12/7/2023
2.1.2 151 12/7/2023
2.1.1 144 12/4/2023
2.1.0 119 11/30/2023
2.0.1 232 11/29/2023
2.0.0 208 11/23/2023
1.1.1 132 11/23/2023
1.1.0 284 11/15/2023
1.0.5 121 11/8/2023
1.0.4 409 11/3/2023
1.0.3 216 11/1/2023
1.0.2 356 10/26/2023
1.0.1 164 10/10/2023
1.0.0 621 9/28/2023
0.11.17 181 9/26/2023
0.11.16 194 9/24/2023
0.11.15 158 9/24/2023
0.11.14 130 9/22/2023
0.11.13 127 9/22/2023
0.11.12 156 9/22/2023
0.11.11 443 9/22/2023
0.11.10 205 9/22/2023
0.11.9 156 9/21/2023
0.11.8 483 6/2/2023
0.11.7 585 6/2/2023
0.11.6 380 4/8/2023
0.11.5 658 4/2/2023
0.11.4 283 4/2/2023
0.11.0 1,457 3/26/2023
0.10.1 324 3/26/2023
0.10.0 226 3/26/2023
0.9.0 308 3/26/2023
0.8.2 223 3/26/2023
0.8.1 681 3/26/2023
0.8.0 283 3/26/2023
0.7.0 242 3/26/2023
0.6.5 329 3/25/2023
0.6.3 330 3/25/2023
0.6.1 326 3/25/2023
0.6.0 313 3/25/2023
0.5.0 312 3/25/2023
0.4.4 248 3/25/2023
0.4.2 306 3/25/2023
0.4.0 321 3/25/2023
0.3.1 316 3/25/2023
0.3.0 301 3/25/2023
0.2.0 310 3/25/2023
0.1.1 239 3/25/2023
0.1.0 348 3/25/2023