From 25ac9d140731a44f212821ac661c364668e6e9f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Wed, 23 Nov 2016 17:01:42 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b796122..cd4d56d2 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ with the power to control who can access your API and the information that is ex - [Authorization code flow sample](https://github.com/openiddict/openiddict-samples/tree/master/samples/CodeFlow) - [Implicit flow sample](https://github.com/openiddict/openiddict-samples/tree/master/samples/ImplicitFlow) - [Password flow sample](https://github.com/openiddict/openiddict-samples/tree/master/samples/PasswordFlow) + - [Client credentials flow sample](https://github.com/openiddict/openiddict-samples/tree/master/samples/ClientCredentialsFlow) --------------