Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | disable the oauth2testvehicle completely until it is safe | zotlabs | 2018-04-03 | 1 | -1/+3 |
| | |||||
* | get rid of dangerous test code | zotlabs | 2018-04-03 | 1 | -68/+0 |
| | |||||
* | OAuth2 integration | zotlabs | 2018-04-03 | 1 | -0/+2 |
| | |||||
* | Fixed access_token request bug and returned oauth2-server-php library to ↵ | Andrew Manning | 2018-03-10 | 1 | -7/+8 |
| | | | | unmodified state. | ||||
* | Successful OAuth2 sequence demonstrated with the test vehicle, including an ↵ | Andrew Manning | 2018-02-26 | 1 | -39/+67 |
| | | | | 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 | -10/+56 |
| | | | | 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 | -2/+9 |
| | | | | dynamic client registration protocol. | ||||
* | The authorization step with client registration and authorization code ↵ | Andrew Manning | 2018-02-22 | 1 | -15/+41 |
| | | | | retrieval working. Might not conform perfectly to OAuth2 spec, but it is a start. | ||||
* | OAuth2TestVehicle module can create and delete oauth2 database tables. | Andrew Manning | 2018-02-20 | 1 | -0/+107 |