From 5d437325080aad174f0f0048594455c7dd831f75 Mon Sep 17 00:00:00 2001 From: Mauro van der Gun <51729581+mvdgun@users.noreply.github.com> Date: Mon, 7 Aug 2023 12:32:52 -0400 Subject: [PATCH] Add SharpGrip.OpenIddict.Api to the list of third-party projects --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bed82ab1..b7d6038b 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ Instead, **developers are encouraged to execute the conformance tests against th - **[OrchardCore OpenID module](https://github.com/OrchardCMS/OrchardCore)**: turnkey OpenID Connect server and token validation solution, built with multitenancy in mind - **[P41.OpenIddict.CouchDB](https://github.com/panoukos41/couchdb-openiddict)** by [Panos Athanasiou](https://github.com/panoukos41): CouchDB stores for OpenIddict - **[pixel-identity](https://github.com/Nfactor26/pixel-identity)** by [Nishant Singh](https://github.com/Nfactor26): Ready to host OpenID Connect service using OpenIddict and ASP.NET Identity with a Blazor-based UI for managing users, roles, applications and scopes with support for multiple databases. +- **[SharpGrip.OpenIddict.Api](https://github.com/SharpGrip/OpenIddict.Api)** by [SharpGrip](https://github.com/SharpGrip): SharpGrip OpenIddict API is an extension of the OpenIddict library exposing the OpenIddict entities through a RESTful API. --------------