Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos in apps/ subdirectory | luz paz | 2022-09-05 | 1 | -1/+1 |
* | Introduce ISecureRandom::CHAR_ALPHANUMERIC | J0WI | 2021-07-08 | 1 | -2/+2 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+1 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+6 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+1 |
* | Strict controllers | Roeland Jago Douma | 2018-12-07 | 1 | -13/+3 |
* | Move ExpiredTokenException to the correct namespace | Roeland Jago Douma | 2018-10-30 | 1 | -1/+1 |
* | Reset bruteforce on token refresh OAuth | Roeland Jago Douma | 2018-10-30 | 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 |