Codexcite.Functions.Auth
5.0.11
See the version list below for details.
dotnet add package Codexcite.Functions.Auth --version 5.0.11
NuGet\Install-Package Codexcite.Functions.Auth -Version 5.0.11
<PackageReference Include="Codexcite.Functions.Auth" Version="5.0.11" />
paket add Codexcite.Functions.Auth --version 5.0.11
#r "nuget: Codexcite.Functions.Auth, 5.0.11"
// Install Codexcite.Functions.Auth as a Cake Addin #addin nuget:?package=Codexcite.Functions.Auth&version=5.0.11 // Install Codexcite.Functions.Auth as a Cake Tool #tool nuget:?package=Codexcite.Functions.Auth&version=5.0.11
Codexcite.Functions.Auth
Authorization services for securing Azure Functions with Azure Active Directory B2C.
Getting started
[TBA]
Prerequisites
[TBA]
Usage
[TBA]
Additional documentation
[TBA]
Feedback
[TBA]
Product | Versions 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. |
-
net8.0
- Codexcite.Functions (>= 3.1.2)
- IdentityModel (>= 7.0.0)
- Microsoft.Azure.Functions.Worker (>= 1.22.0)
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
- Microsoft.Identity.Web (>= 2.18.1)
- System.IdentityModel.Tokens.Jwt (>= 7.5.1)
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 |
---|---|---|
5.0.37 | 75 | 11/2/2024 |
5.0.36 | 80 | 10/22/2024 |
5.0.34 | 96 | 10/21/2024 |
5.0.33 | 129 | 10/18/2024 |
5.0.32 | 74 | 10/17/2024 |
5.0.31 | 79 | 10/15/2024 |
5.0.30 | 74 | 10/13/2024 |
5.0.29 | 67 | 10/12/2024 |
5.0.28 | 71 | 10/12/2024 |
5.0.27 | 80 | 10/9/2024 |
5.0.26 | 83 | 10/6/2024 |
5.0.25 | 80 | 10/5/2024 |
5.0.24 | 81 | 10/4/2024 |
5.0.23 | 84 | 10/4/2024 |
5.0.22 | 78 | 10/1/2024 |
5.0.21 | 82 | 9/28/2024 |
5.0.20 | 83 | 9/27/2024 |
5.0.19 | 90 | 9/20/2024 |
5.0.18 | 69 | 7/31/2024 |
5.0.17 | 60 | 7/31/2024 |
5.0.16 | 72 | 7/30/2024 |
5.0.15 | 87 | 7/25/2024 |
5.0.14 | 96 | 7/18/2024 |
5.0.13 | 100 | 6/5/2024 |
5.0.12 | 104 | 5/29/2024 |
5.0.11 | 114 | 5/8/2024 |
5.0.10 | 108 | 4/23/2024 |
5.0.9 | 248 | 11/7/2023 |
5.0.8 | 103 | 11/7/2023 |
5.0.7 | 148 | 10/22/2023 |
Codexcite.Functions.Auth 5.0.5 - Nuget update
Codexcite.Functions.Auth 5.0.4 - Nuget update
Codexcite.Functions.Auth 5.0.3 - Added xml comments
Codexcite.Functions.Auth 5.0.2 - Nuget update
Codexcite.Functions.Auth 5.0.1 - Nuget update
Codexcite.Functions.Auth 5.0.0 - Using UserValidationResult for TokenAuth
Codexcite.Functions.Auth 4.0.4 - Custom options validator
Codexcite.Functions.Auth 4.0.3 - Nuget update
Codexcite.Functions.Auth 4.0.2 - Nuget update
Codexcite.Functions.Auth 4.0.1 - Nuget update
Codexcite.Functions.Auth 4.0.0 - Update to .Net 7.0
Codexcite.Functions.Auth 3.0.1 - Scaffold v1.0
Codexcite.Functions.Auth 3.0.0 - Scaffold v1.0
Codexcite.Functions.Auth 2.1.6 - Updated Nugets.
Codexcite.Functions.Auth 2.1.5 - Updated Nugets.
Codexcite.Functions.Auth 2.1.4 - Updated Nugets.
Codexcite.Functions.Auth 2.1.3 - Updated Nugets.
Codexcite.Functions.Auth 2.1.2 - Updated Nugets.
Codexcite.Functions.Auth 2.1.1 - Updated Nugets.
Codexcite.Functions.Auth 2.1.0 - Added ClaimsPrincipalExtensions.
Codexcite.Functions.Auth 2.0.4 - Updated to Codexcite.Common 2.4.1.
Codexcite.Functions.Auth 2.0.3 - Updated to Codexcite.Common 2.3.1.
Codexcite.Functions.Auth 2.0.2 - Updated to Codexcite.Common 2.2.0.
Codexcite.Functions.Auth 2.0.1 - Updated to Codexcite.Common 2.0.0.
Codexcite.Functions.Auth 2.0.0 - Switched from B2CAuthorizationOptions to Microsoft.Identity.Web.MicrosoftIdentityOptions.
Codexcite.Functions.Auth 1.3.0 - Added IB2CAuthorizationService.EnsureUserAccess.
Codexcite.Functions.Auth 1.2.3 - Shrunk more debug logging - JSON representation exceeds the body size limit 262144.
Codexcite.Functions.Auth 1.2.2 - Shrunk debug logging - JSON representation exceeds the body size limit 262144.
Codexcite.Functions.Auth 1.2.1 - Added Debug level logging. Validate Options.
Codexcite.Functions.Auth 1.2.0 - Rename to IB2CAuthorizationService.ValidateUserAccess; scope claim type flexibility.
Codexcite.Functions.Auth 1.1.0 - Add SectionName optional parameter to AddB2CAuthorizationService.
Codexcite.Functions.Auth 1.0.0 - Initial version.