Genocs.Auth 5.0.0-preview.2.0

This is a prerelease version of Genocs.Auth.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 5.0.0 or higher.

dotnet add package Genocs.Auth --version 5.0.0-preview.2.0
NuGet\Install-Package Genocs.Auth -Version 5.0.0-preview.2.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="Genocs.Auth" Version="5.0.0-preview.2.0" />
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.2.0
#r "nuget: Genocs.Auth, 5.0.0-preview.2.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.
// Install Genocs.Auth as a Cake Addin
#addin nuget:?package=Genocs.Auth&version=5.0.0-preview.2.0&prerelease

// Install Genocs.Auth as a Cake Tool
#tool nuget:?package=Genocs.Auth&version=5.0.0-preview.2.0&prerelease

.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 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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Genocs.Auth:

Package Downloads
Genocs.Identities.Application

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.10 5,513 3/31/2024
5.0.9 1,271 2/19/2024
5.0.8 1,209 2/8/2024
5.0.6 3,016 1/23/2024
5.0.5 10,831 12/26/2023
5.0.4 10,210 12/7/2023
5.0.3 110 11/30/2023
5.0.2 106 11/28/2023
5.0.1 100 11/28/2023
5.0.0 138 11/25/2023
5.0.0-preview1.0 108 3/25/2023
5.0.0-preview.5.0 61 10/13/2023
5.0.0-preview.4.1 180 8/9/2023
5.0.0-preview.4.0 111 7/15/2023
5.0.0-preview.3.2 72 7/13/2023
5.0.0-preview.3.1 65 6/19/2023
5.0.0-preview.3.0 301 4/25/2023
5.0.0-preview.2.0 73 4/25/2023
5.0.0-preview.1.3 83 3/27/2023
5.0.0-preview.1.2 85 3/27/2023

Aligned to the ecosystem