From c01eb626d0a3a515bb184de125b988c6e284676f Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 10 Oct 2023 23:07:30 +0800 Subject: [PATCH] Add the experimental MAUI sample to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 95495bcb4..183ec9d10 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ This repository contains samples demonstrating **how to use [OpenIddict](https:/ - **[Angular and Blazor samples](https://github.com/damienbod/AspNetCoreOpeniddict)** by [Damien Bowden](https://github.com/damienbod) + - **[Experimental MAUI (WinUI-only) sample](https://github.com/kevinchalet/openiddict-core/tree/maui_winui_sample/sandbox/OpenIddict.Sandbox.Maui.Client)** by [Kévin Chalet](https://github.com/kevinchalet) + ## Certification Unlike many other identity providers, **OpenIddict is not a turnkey solution but a framework that requires writing custom code**