From 3807df242da1680d84650c2d00a49cd008f52017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20Ev=C3=A4kallio?= Date: Fri, 9 Feb 2018 15:50:46 +0000 Subject: [PATCH] Add link to blog post --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 894faece..fc2283f1 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ AppAuth also supports the [PKCE](https://tools.ietf.org/html/rfc7636) ("Pixy") e which was created to secure authorization codes in public clients when custom URI scheme redirects are used. +To learn more, read [this short introduction to OAuth and PKCE](https://formidable.com/blog/2018/oauth-and-pkce-with-react-native) on the Formidable blog. + ## Supported methods See [Usage](#usage) for example configurations, and the included [Example](Example) application for