Genocs.Auth
5.0.0-preview.3.1
This is a prerelease version of Genocs.Auth.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Requires NuGet 5.0.0 or higher.
dotnet add package Genocs.Auth --version 5.0.0-preview.3.1
NuGet\Install-Package Genocs.Auth -Version 5.0.0-preview.3.1
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="Genocs.Auth" Version="5.0.0-preview.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Genocs.Auth --version 5.0.0-preview.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Genocs.Auth, 5.0.0-preview.3.1"
#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.
// Install Genocs.Auth as a Cake Addin #addin nuget:?package=Genocs.Auth&version=5.0.0-preview.3.1&prerelease // Install Genocs.Auth as a Cake Tool #tool nuget:?package=Genocs.Auth&version=5.0.0-preview.3.1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
.NET Core Auth client library
This package contains a set of functionalities to handling authorization logic as JWT. First of all I have to say thanks to devmentors.
The libraries are built using .NET7.
Description
This package contains a set of functionalities to handling authorization logic as JWT.
Support
Please check the GitHub repository getting more info.
DataProvider Settings
Following are the project settings needed to enable monitoring
"jwt": {
"certificate": {
"location": "certs/localhost.pfx",
"password": "test",
"rawData": ""
},
"issuer": "identity",
"validIssuer": "identity",
"validateAudience": false,
"validateIssuer": true,
"validateLifetime": true,
"expiry": "01:00:00"
}
Release notes
[2023-03-24] 5.0.0
- First release
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- Genocs.Core (>= 5.0.0-preview.3.1)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 6.0.18)
- Microsoft.AspNetCore.Authorization (>= 6.0.18)
- System.IdentityModel.Tokens.Jwt (>= 6.27.0)
-
net7.0
- Genocs.Core (>= 5.0.0-preview.3.1)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 7.0.7)
- Microsoft.AspNetCore.Authorization (>= 7.0.7)
- System.IdentityModel.Tokens.Jwt (>= 6.27.0)
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 |
---|---|---|
6.4.0 | 5,095 | 11/10/2024 |
6.3.0 | 5,286 | 11/3/2024 |
6.2.0 | 7,602 | 10/22/2024 |
6.1.0 | 8,808 | 10/12/2024 |
6.0.0 | 828 | 7/31/2024 |
6.0.0-preview.2.0 | 5,257 | 7/19/2024 |
6.0.0-preview.1.0 | 6,128 | 6/19/2024 |
5.0.12 | 102 | 6/12/2024 |
5.0.11 | 5,234 | 5/19/2024 |
5.0.10 | 9,419 | 3/31/2024 |
5.0.9 | 1,297 | 2/19/2024 |
5.0.8 | 1,233 | 2/8/2024 |
5.0.6 | 3,045 | 1/23/2024 |
5.0.5 | 10,858 | 12/26/2023 |
5.0.4 | 10,236 | 12/7/2023 |
5.0.3 | 140 | 11/30/2023 |
5.0.2 | 132 | 11/28/2023 |
5.0.1 | 123 | 11/28/2023 |
5.0.0 | 163 | 11/25/2023 |
5.0.0-preview1.0 | 117 | 3/25/2023 |
5.0.0-preview.5.0 | 74 | 10/13/2023 |
5.0.0-preview.4.1 | 232 | 8/9/2023 |
5.0.0-preview.4.0 | 122 | 7/15/2023 |
5.0.0-preview.3.2 | 81 | 7/13/2023 |
5.0.0-preview.3.1 | 77 | 6/19/2023 |
5.0.0-preview.3.0 | 312 | 4/25/2023 |
5.0.0-preview.2.0 | 83 | 4/25/2023 |
5.0.0-preview.1.3 | 93 | 3/27/2023 |
5.0.0-preview.1.2 | 93 | 3/27/2023 |
Aligned to the ecosystem