aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Authorize.php
Commit message (Collapse)AuthorAgeFilesLines
* oidc cleanup and discoveryzotlabs2018-08-131-25/+31
|
* minor oauth2 updates - renamed zot webbie to 'webfinger' and zothash to ↵zotlabs2018-08-131-3/+3
| | | | 'portable_id', fixed/simplified cgi auth mode
* Fixes to OAuth2 connect-with-openid. Add zothash Claim. Add zotwebbie Claim.M.Dent2018-08-101-4/+8
|
* OAuth2 integrationzotlabs2018-04-031-10/+8
|
* Successful OAuth2 sequence demonstrated with the test vehicle, including an ↵Andrew Manning2018-02-261-26/+10
| | | | authenticated API call using an access_token.
* An authorization token is received, but I had to modify the Request class in ↵Andrew Manning2018-02-251-4/+5
| | | | vendor/bshaffer/oauth2-server-php/ to accept $_REQUEST instead of $_POST.
* Add channel ID to user_id in clients table. Added TODO comments about ↵Andrew Manning2018-02-241-10/+17
| | | | dynamic client registration protocol.
* The authorization step with client registration and authorization code ↵Andrew Manning2018-02-221-20/+59
| | | | retrieval working. Might not conform perfectly to OAuth2 spec, but it is a start.
* Refactor OAuth2Server a bit.Klaus Weidenbach2018-02-171-23/+22
|
* extend the oauth2 storage driver so that we can use our own channel tablezotlabs2018-02-151-29/+26
|
* oauth2/oidc testing (please do not port - this requires several extra DB ↵zotlabs2017-05-031-0/+71
tables to work)