Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use special chars to avoid confusion | Roeland Jago Douma | 2018-05-22 | 1 | -0/+7 |
* | Rotate token | Roeland Jago Douma | 2018-05-22 | 1 | -11/+43 |
* | Authenticate the clients on requesting a token | Roeland Jago Douma | 2018-05-22 | 1 | -2/+45 |
* | Fail if the response type is not properly set | Roeland Jago Douma | 2018-05-22 | 1 | -1/+10 |
* | Set OAuth token expiration | Roeland Jago Douma | 2018-05-22 | 2 | -1/+80 |
* | Use Bearer backend for SabreDAV | Lukas Reschke | 2017-05-18 | 2 | -0/+48 |
* | Add tests for OAuth2 app | Lukas Reschke | 2017-05-18 | 2 | -8/+12 |
* | Add OAuth state to session | Lukas Reschke | 2017-05-18 | 1 | -8/+9 |
* | Cleanup code | Lukas Reschke | 2017-05-18 | 1 | -1/+1 |
* | delete auth token when client gets deleted | Bjoern Schiessle | 2017-05-18 | 4 | -4/+53 |
* | handle case if no valid client identifier is given | Bjoern Schiessle | 2017-05-18 | 1 | -0/+5 |
* | It's a bearer | Lukas Reschke | 2017-05-18 | 1 | -1/+1 |
* | Fetch signle row | Lukas Reschke | 2017-05-18 | 1 | -1/+1 |
* | Get a single row | Lukas Reschke | 2017-05-18 | 2 | -8/+4 |
* | Use query builder | Lukas Reschke | 2017-05-18 | 2 | -6/+14 |
* | Add basic implementation for OAuth 2.0 Authorization Code Flow | Lukas Reschke | 2017-05-18 | 8 | -0/+535 |