From c3b45158d76d537943fbd0a34ebebfd0a1ce73fa Mon Sep 17 00:00:00 2001 From: wobinb Date: Fri, 18 Dec 2020 09:44:05 +0000 Subject: [PATCH] Added links Added further links to two PKCE examples --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index abe678a..3bec250 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,15 @@ Contains some different sample apps showing example usages of Xero Sign In, and ### Samples contained in this repository #### [XeroSigninSample](https://github.com/XeroAPI/XeroOAuth2Samples-DotNetCore/tree/master/XeroSignInSample) -An sample .NETCore MVC application providing example Xero Sign In usage. Does not include OAuth 2 fucntionality +A sample .NETCore MVC application providing example Xero Sign In usage. Does not include OAuth 2 fucntionality #### [XeroOAuth2Sample](https://github.com/XeroAPI/XeroOAuth2Samples-DotNetCore/tree/master/XeroOAuth2Sample) An extension of XeroSignInSample providing example Xero OAuth 2 usage. + +#### [XeroOAuth2Sample-MVC-PKCE](https://github.com/XeroAPI/xero-netstandard-oauth2-samples/tree/master/XeroOAuth2Sample-MVC-PKCE) +A sample application showing the PKCE code flow + +### Other examples + +#### [net-desktop-pkce-example](https://github.com/XeroAPI/net-desktop-pkce-example) +An example desktop app using the PKCE flow without the SDK.