Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.