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