Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OAuth 1.0 Consumers are now *much* simpler, entirely avoiding channels. | Andrew Arnott | 2013-02-25 | 1 | -354/+0 |
| | | | | Build breaks in other projects, however. | ||||
* | Code review cleanup for DotNetOpenAuth.AspNet: | Microsoft | 2012-05-31 | 1 | -5/+15 |
| | | | | | | | - Clients should use HTTPS instead of HTTP whenever possible. - MachineKeyUtil reliability tweaks. - Improved anti-XSRF protection when running under subdomains. - Other miscellaneous minor cleanup. | ||||
* | Make the MachineKeyUtil class internal. | Microsoft | 2012-05-08 | 1 | -1/+1 |
| | |||||
* | Use cookie to store OAuth token and set it as default mechanism. Fix an ↵ | Microsoft | 2012-05-03 | 1 | -0/+344 |
issue in Facebook account with encoded return url. Update Twitter urls. Catch exception in VerifyAuthentication and return as Failed. |