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) --------------