Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use HTTPStatus constants in place of literals in ↵ | reivilibre | 2021-12-08 | 1 | -47/+87 |
| | | | | `tests.rest.client.test_auth`. (#11520) | ||||
* | Fix the test breakage introduced by #11435 as a result of concurrent PRs ↵ | reivilibre | 2021-12-07 | 1 | -1/+1 |
| | | | | (#11522) | ||||
* | Stabilise support for MSC2918 refresh tokens as they have now been merged ↵ | reivilibre | 2021-12-06 | 1 | -15/+15 |
| | | | | into the Matrix specification. (#11435) | ||||
* | Support configuring the lifetime of non-refreshable access tokens separately ↵ | reivilibre | 2021-12-03 | 1 | -0/+76 |
| | | | | to refreshable access tokens. (#11445) | ||||
* | Update MSC2918 refresh token support to confirm with the latest revision: ↵ | reivilibre | 2021-11-26 | 1 | -14/+44 |
| | | | | accept the `refresh_tokens` parameter in the request body rather than in the URL parameters. (#11430) | ||||
* | Support expiry of refresh tokens and expiry of the overall session when ↵ | reivilibre | 2021-11-26 | 1 | -1/+124 |
| | | | | refresh tokens are in use. (#11425) | ||||
* | Rename unstable `access_token_lifetime` configuration option to ↵ | reivilibre | 2021-11-23 | 1 | -1/+1 |
| | | | | `refreshable_access_token_lifetime` to make it clear it only concerns refreshable access tokens. (#11388) | ||||
* | Flatten tests/rest/client/{v1,v2_alpha} too (#10667) | David Robertson | 2021-08-20 | 1 | -0/+717 |