summaryrefslogtreecommitdiff
path: root/lib/oauth.php
AgeCommit message (Expand)Author
2014-10-08Fix bug #10: OAuth does not work on ovh.com serverChristian Weiske
2014-10-07Another fix for bug #10Christian Weiske
2014-10-06Try to fix issue #10; work around bug https://bugs.php.net/bug.php?id=68168Christian Weiske
2014-09-30store client name and last use time for tokens. show them in token managementChristian Weiske
2014-09-26Send HTTP 401 on invalid tokenChristian Weiske
2014-08-21make sync work with conboyChristian Weiske
2014-08-21Support oauth on apache+fastcgiChristian Weiske
2014-08-21use factory method for oauthproviderChristian Weiske
2014-08-18oauth dance worksChristian Weiske