Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move ExpiredTokenException to the correct namespace | Roeland Jago Douma | 2018-11-02 | 1 | -1/+1 |
* | Reset bruteforce on token refresh OAuth | Roeland Jago Douma | 2018-11-02 | 1 | -1/+9 |
* | The OAuth endpoint needs to support Basic Auth | Roeland Jago Douma | 2018-05-29 | 1 | -0/+5 |
* | 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 |
* | Set OAuth token expiration | Roeland Jago Douma | 2018-05-22 | 1 | -1/+3 |
* | Cleanup code | Lukas Reschke | 2017-05-18 | 1 | -1/+1 |
* | It's a bearer | Lukas Reschke | 2017-05-18 | 1 | -1/+1 |
* | Add basic implementation for OAuth 2.0 Authorization Code Flow | Lukas Reschke | 2017-05-18 | 1 | -0/+88 |