Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | oidc cleanup and discovery | zotlabs | 2018-08-13 | 1 | -25/+31 |
| | |||||
* | minor oauth2 updates - renamed zot webbie to 'webfinger' and zothash to ↵ | zotlabs | 2018-08-13 | 1 | -3/+3 |
| | | | | 'portable_id', fixed/simplified cgi auth mode | ||||
* | Fixes to OAuth2 connect-with-openid. Add zothash Claim. Add zotwebbie Claim. | M.Dent | 2018-08-10 | 1 | -4/+8 |
| | |||||
* | OAuth2 integration | zotlabs | 2018-04-03 | 1 | -10/+8 |
| | |||||
* | Successful OAuth2 sequence demonstrated with the test vehicle, including an ↵ | Andrew Manning | 2018-02-26 | 1 | -26/+10 |
| | | | | authenticated API call using an access_token. | ||||
* | An authorization token is received, but I had to modify the Request class in ↵ | Andrew Manning | 2018-02-25 | 1 | -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 Manning | 2018-02-24 | 1 | -10/+17 |
| | | | | dynamic client registration protocol. | ||||
* | The authorization step with client registration and authorization code ↵ | Andrew Manning | 2018-02-22 | 1 | -20/+59 |
| | | | | retrieval working. Might not conform perfectly to OAuth2 spec, but it is a start. | ||||
* | Refactor OAuth2Server a bit. | Klaus Weidenbach | 2018-02-17 | 1 | -23/+22 |
| | |||||
* | extend the oauth2 storage driver so that we can use our own channel table | zotlabs | 2018-02-15 | 1 | -29/+26 |
| | |||||
* | oauth2/oidc testing (please do not port - this requires several extra DB ↵ | zotlabs | 2017-05-03 | 1 | -0/+71 |
tables to work) |