summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.AspNet/MachineKeyUtil.cs
Commit message (Collapse)AuthorAgeFilesLines
* OAuth 1.0 Consumers are now *much* simpler, entirely avoiding channels.Andrew Arnott2013-02-251-354/+0
| | | | Build breaks in other projects, however.
* Code review cleanup for DotNetOpenAuth.AspNet:Microsoft2012-05-311-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.Microsoft2012-05-081-1/+1
|
* Use cookie to store OAuth token and set it as default mechanism. Fix an ↵Microsoft2012-05-031-0/+344
issue in Facebook account with encoded return url. Update Twitter urls. Catch exception in VerifyAuthentication and return as Failed.