From 65f38cbbb97fa40eb4f8d007780cb913b76a6b6c Mon Sep 17 00:00:00 2001 From: Toxicable Date: Tue, 13 Dec 2016 15:21:57 +1300 Subject: [PATCH] Update README.md to add the refresh flow sample --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 58dc2be5..0007343c 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ with the power to control who can access your API and the information that is ex - [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) + - [Refresh flow sample](https://github.com/openiddict/openiddict-samples/tree/master/samples/RefreshFlow) --------------