Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Samples improvements | András Fuchs | 2013-05-26 | 1 | -288/+0 |
| | | | | | | | | | | | | | The part which I needed to improve is the ApplicationBlock where I changed the OAuth2 classes' structure a little and extended them with a lot of useful functionality, like adding many Facebook and WindowsLive scopes, fields, structures including the asked-by-many easy to use birthdate and avatar url getters. I have also implemented the Google OAuth2 authentication and created one common interface for all 3 Graphs in the code (which has the common properties like Id, FirstName, LastName, etc.), so the authentication code became really simple if you use my version of your ApplicationBlock. | ||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 1 | -2/+2 |
| | | | | Fixes #66 | ||||
* | Merge branch 'master' into splitDlls | Andrew Arnott | 2011-09-28 | 1 | -1/+1 |
|\ | |||||
| * | Reverted part of commit 2704b0fb445. | Andrew Arnott | 2011-09-28 | 1 | -1/+1 |
| | | | | | | | | Reverses some of the Send->Respond changes made that are or may be invoked from ASP.NET web forms, since web forms will render HTML after the end of the protocol message. | ||||
* | | Samples now build. | Andrew Arnott | 2011-08-02 | 1 | -1/+1 |
|/ | |||||
* | Added OutgoingWebResponse.Respond method to replace its Send method, and ↵ | Andrew Arnott | 2011-06-23 | 1 | -1/+1 |
| | | | | | | avoid the ThreadAbortException that is no longer the recommended approach. Fixes #40 | ||||
* | Saved 80% of request/response size by gzip compressing Google OAuth requests. | Mike Lim | 2011-04-13 | 1 | -0/+5 |
| | |||||
* | Removed C# 4 usage from samples so they build under VS2008. | Andrew Arnott | 2010-07-19 | 1 | -2/+2 |
| | |||||
* | Added paging capability to GoogleConsumer sample in the ApplicationBlock. | Andrew Arnott | 2010-06-05 | 1 | -2/+10 |
| | |||||
* | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-06-19 | 1 | -0/+6 |
|\ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.sln src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/OAuth/ConsumerBase.cs src/DotNetOpenAuth/OAuth/OAuthStrings.Designer.cs src/DotNetOpenAuth/OAuth/OAuthStrings.resx src/DotNetOpenAuth/Yadis/Yadis.cs | ||||
| * | Added Google Maps OAuth scope to application block. | Andrew Arnott | 2009-06-04 | 1 | -0/+6 |
| | | |||||
* | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-04-30 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | StyleCop fixes. | Andrew Arnott | 2009-04-30 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-04-30 | 1 | -2/+74 |
|\ \ | |/ | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/version.txt | ||||
| * | Fixes OAuth base signature string construction for URLs that include a ↵ | Andrew Arnott | 2009-04-29 | 1 | -0/+6 |
| | | | | | | | | | | | | query-string part. Fixes Trac ticket 42. | ||||
| * | Added a bunch more Google Scopes to the application block. | Andrew Arnott | 2009-04-29 | 1 | -2/+68 |
| | | |||||
* | | Added OpenID+OAuth sample. | Andrew Arnott | 2009-04-18 | 1 | -1/+1 |
|/ | |||||
* | Added X.509 certificate use as an option to the OAuthConsumerWpf sample. | Andrew Arnott | 2009-04-09 | 1 | -0/+20 |
| | |||||
* | Split up ITokenManager into two derived interfaces to better fit Consumer ↵ | Andrew Arnott | 2009-04-08 | 1 | -25/+1 |
| | | | | and Service Provider scenarios. | ||||
* | Added Blogger posting OAuth sample. | Andrew Arnott | 2009-03-21 | 1 | -0/+55 |
| | |||||
* | Renamed Channel.Send method to Channel.PrepareResponse and then added a new ↵ | Andrew Arnott | 2009-01-21 | 1 | -1/+1 |
| | | | | Send method. | ||||
* | Fixed the DirectWebResponse bug that broke the OAuth sample. | Andrew Arnott | 2009-01-12 | 1 | -1/+2 |
| | |||||
* | Changed namepace and project names in preparation for merge with DotNetOpenId. | Andrew Arnott | 2008-11-04 | 1 | -0/+145 |