From 11564f01758efadfa4125dcf62abc9a518cd3f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Mon, 18 May 2020 19:44:01 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index d6d23381..7be45bcd 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,7 @@ with the power to control who can access your API and the information that is ex ## Samples -**[Specialized samples for the latest stable release can be found in the samples repository](https://github.com/openiddict/openiddict-samples):** - - - [Authorization code flow sample](https://github.com/openiddict/openiddict-samples/tree/dev/samples/CodeFlow) - - [Implicit flow sample](https://github.com/openiddict/openiddict-samples/tree/dev/samples/ImplicitFlow) - - [Password flow sample](https://github.com/openiddict/openiddict-samples/tree/dev/samples/PasswordFlow) - - [Client credentials flow sample](https://github.com/openiddict/openiddict-samples/tree/dev/samples/ClientCredentialsFlow) - - [Refresh flow sample](https://github.com/openiddict/openiddict-samples/tree/dev/samples/RefreshFlow) +**[Samples for the latest stable release can be found in the samples repository](https://github.com/openiddict/openiddict-samples).** --------------