aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Oauth2testvehicle.php
Commit message (Expand)AuthorAgeFilesLines
* disable the oauth2testvehicle completely until it is safezotlabs2018-04-031-1/+3
* get rid of dangerous test codezotlabs2018-04-031-68/+0
* OAuth2 integrationzotlabs2018-04-031-0/+2
* Fixed access_token request bug and returned oauth2-server-php library to unmo...Andrew Manning2018-03-101-7/+8
* Successful OAuth2 sequence demonstrated with the test vehicle, including an a...Andrew Manning2018-02-261-39/+67
* An authorization token is received, but I had to modify the Request class in ...Andrew Manning2018-02-251-10/+56
* Add channel ID to user_id in clients table. Added TODO comments about dynamic...Andrew Manning2018-02-241-2/+9
* The authorization step with client registration and authorization code retrie...Andrew Manning2018-02-221-15/+41
* OAuth2TestVehicle module can create and delete oauth2 database tables.Andrew Manning2018-02-201-0/+107