OpenIddict.Server.DataProtection by: Kévin Chalet
  • 6 total downloads
  • Latest version: 7.4.0
  • authentication jwt openidconnect openiddict security server dataprotection
ASP.NET Core Data Protection integration package for the OpenIddict server services.
OpenIddict.EntityFrameworkCore.Models by: Kévin Chalet
  • 145 total downloads
  • Latest version: 7.4.0
  • authentication jwt openidconnect openiddict security entityframeworkcore models
Relational entities for the OpenIddict Entity Framework Core stores.
OpenIddict.EntityFrameworkCore by: Kévin Chalet
  • 147 total downloads
  • Latest version: 7.4.0
  • authentication jwt openidconnect openiddict security entityframeworkcore
Entity Framework Core stores for OpenIddict.
OpenIddict.Server by: Kévin Chalet
  • 5 total downloads
  • Latest version: 7.4.0
  • authentication jwt openidconnect openiddict security server
OpenIddict authorization server services. Note: this package only contains the generic/host-agnostic server components. To use the server feature on ASP.NET Core or OWIN/Katana, reference the OpenIddict.Server.AspNetCore or OpenIddict.Server.Owin package.
OpenIddict.AspNetCore by: Kévin Chalet
  • 18 total downloads
  • Latest version: 7.4.0
  • authentication jwt openidconnect openiddict security aspnetcore client server validation
Versatile OpenID Connect stack for ASP.NET Core.
OpenIddict.Client.WebIntegration by: Kévin Chalet
  • 5 total downloads
  • Latest version: 7.4.0
  • authentication jwt openidconnect openiddict security providers social web
OpenIddict client integration package for various Web services.
OpenIddict.Validation.AspNetCore by: Kévin Chalet
  • 5 total downloads
  • Latest version: 7.4.0
  • authentication jwt openidconnect openiddict security validation aspnetcore
ASP.NET Core integration package for the OpenIddict validation services.
OpenIddict by: Kévin Chalet
  • 5 total downloads
  • Latest version: 7.4.0
  • authentication jwt openidconnect openiddict security
Versatile OpenID Connect stack for .NET. Note: this metapackage only references the generic core, client, server and validation packages. To use these features on ASP.NET Core or OWIN/Katana/ASP.NET 4.x, reference the OpenIddict.AspNetCore or OpenIddict.Owin package.
OpenIddict.Client.AspNetCore by: Kévin Chalet
  • 6 total downloads
  • Latest version: 7.4.0
  • authentication jwt openidconnect openiddict security client aspnetcore
ASP.NET Core integration package for the OpenIddict client services.
OpenIddict.Client.DataProtection by: Kévin Chalet
  • 4 total downloads
  • Latest version: 7.4.0
  • authentication jwt openidconnect openiddict security client dataprotection
ASP.NET Core Data Protection integration package for the OpenIddict client services.
OpenIddict.Server.AspNetCore by: Kévin Chalet
  • 3 total downloads
  • Latest version: 7.4.0
  • authentication jwt openidconnect openiddict security server aspnetcore
ASP.NET Core integration package for the OpenIddict server services.
OpenIddict.Core by: Kévin Chalet
  • 147 total downloads
  • Latest version: 7.4.0
  • authentication jwt openidconnect openiddict security core
OpenIddict's core components, used to manage the applications, authorizations, scopes and tokens stored in the database.
OpenIddict.Abstractions by: Kévin Chalet
  • 146 total downloads
  • Latest version: 7.4.0
  • authentication jwt openidconnect openiddict security
Abstractions and primitives used by the OpenIddict components.
Nanoid by: codeyu
  • 16 total downloads
  • Latest version: 3.1.0
  • Nanoid UUID
A tiny, secure, URL-friendly, unique string ID generator for .NET Core.
OpenIddict.Client.SystemNetHttp by: Kévin Chalet
  • 4 total downloads
  • Latest version: 7.4.0
  • authentication jwt openidconnect openiddict security http httpclient validation
System.Net.Http integration package for the OpenIddict client services.
OpenIddict.Client by: Kévin Chalet
  • 3 total downloads
  • Latest version: 7.4.0
  • authentication jwt openidconnect openiddict security client
OpenIddict authorization client services. Note: this package only contains the generic/host-agnostic client components. To use the client feature on ASP.NET Core or OWIN/Katana, reference the OpenIddict.Client.AspNetCore or OpenIddict.Client.Owin package.
OpenIddict.Client.SystemIntegration by: Kévin Chalet
  • 4 total downloads
  • Latest version: 7.4.0
  • authentication jwt openidconnect openiddict security client android ios linux maccatalyst macos windows
Operating system integration package for the OpenIddict client.
OpenIddict.Validation by: Kévin Chalet
  • 5 total downloads
  • Latest version: 7.4.0
  • authentication jwt openidconnect openiddict security validation
OpenIddict token validation services. Note: this package only contains the generic/host-agnostic validation components. To use the validation feature on ASP.NET Core or OWIN/Katana, reference the OpenIddict.Validation.AspNetCore or OpenIddict.Validation.Owin package.
NETStandard.Library by: Microsoft
  • 5 total downloads
  • Latest version: 1.6.1
A set of standard .NET APIs that are prescribed to be used and supported together. This includes all of the APIs in the NETStandard.Platform package plus additional libraries that are core to .NET but built on top of NETStandard.Platform. When using NuGet 3.x this package requires at least version 3.4.
NLog.Schema by: Kim Christensen, Julian Verdurmen
  • 30 total downloads
  • Latest version: 6.1.2
  • nlog, intellisense, xsd
NLog Schema XSD-file for enabling Intellisense, when editing NLog.config XML file in Visual Studio. The nuget-package will try to copy the XSD-file into the project-folder, so one can reference NLog.xsd from NLog.config: <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd NLog.xsd"> </nlog> If this nuget-package fails to place the XSD-file into the project-folder then one can download latest here: https://nlog-project.org/schemas/NLog.xsd Alternative enable the Visual Studio option "Automatically download DTDs and schemas" and specify the complete URL: <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd http://www.nlog-project.org/schemas/NLog.xsd"> </nlog>