aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Token.php
Commit message (Collapse)AuthorAgeFilesLines
* Fixes to OAuth2 connect-with-openid. Add zothash Claim. Add zotwebbie Claim.M.Dent2018-08-101-4/+4
|
* An authorization token is received, but I had to modify the Request class in ↵Andrew Manning2018-02-251-1/+2
| | | | vendor/bshaffer/oauth2-server-php/ to accept $_REQUEST instead of $_POST.
* Refactor OAuth2Server a bit.Klaus Weidenbach2018-02-171-4/+5
|
* extend the oauth2 storage driver so that we can use our own channel tablezotlabs2018-02-151-25/+21
|
* oauth2/oidc testing (please do not port - this requires several extra DB ↵zotlabs2017-05-031-0/+40
tables to work)