Releases: XeroAPI/xero-dotnet-sample-app
1.1.0 - SSU and SSO Implemented
This iteration has implemented the Sign Up With Xero and Sign In With Xero flows as follows;
Upon compiling and running the app (available at localhost:5000 or 5001), the user will be directed to a new page from which they are asked to either use Xero credential to create account (Sign Up With Xero = SSU) or if they are returning user to log in using Xero credentials (Sign In With Xero = SSO).
Whichever is selected, the app will check the database to see if this person is a returning user or not.
If SSU flow was chosen and the user exists, they will be logged in and if doesn't exist, the new account will be created automatically and get logged in with it (Sign Up With Xero - Recommended Flow)
If SSO flow was chosen and the user exists, they will be logged in and if doesn't exist, the user will be directed to a registration form which asks for basic information of their email new account will be created automatically and get logged in with it (Sign Up With Xero - Recommended Flow)
1.0.0
The very first release of the new dotnet sample app