From 5511349c1f9dccfa7bfa37d9d917305d0b45dfc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Thu, 27 Oct 2016 14:10:49 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index afbc838b..981a9d48 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,14 @@ It also allows you to manage all your users using local password or an external (e.g. Facebook or Google) for all your applications in one central place, with the power to control who can access your API and the information that is exposed to each client. +## Samples + +**[Specialized samples can be found in the samples repository](https://github.com/openiddict/openiddict-samples):** + + - [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) + -------------- ## Getting started