summary refs log tree commit diff
path: root/tests/rest/client/v1/test_login.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-161-32/+0
* Allow appservice users to /login (#8320)Will Hunt2020-09-181-1/+133
* Switch the JSON byte producer from a pull to a push producer. (#8116)Patrick Cloke2020-08-191-11/+5
* Return the proper 403 Forbidden error during errors with JWT logins. (#7844)Patrick Cloke2020-07-151-21/+22
* Add the option to validate the `iss` and `aud` claims for JWT logins. (#7827)Patrick Cloke2020-07-141-6/+100
* Do not use canonicaljson to magically handle decoding bytes from JSON. (#7802)Patrick Cloke2020-07-101-1/+1
* add org.matrix.login.jwt so that m.login.jwt can be deprecated (#7675)Sorunome2020-06-241-3/+7
* Performance improvements and refactor of Ratelimiter (#7595)Andrew Morgan2020-06-051-10/+39
* Fix a bug in automatic user creation with m.login.jwt. (#7585)Olof Johansson2020-06-011-0/+153
* Allow expired accounts to logout (#7443)Andrew Morgan2020-05-141-1/+68
* Do not allow a deactivated user to login via SSO. (#7240)Patrick Cloke2020-04-091-3/+39
* Always whitelist the login fallback for SSO (#7153)Richard van der Hoff2020-03-271-1/+8
* Add a whitelist for the SSO confirmation step.Richard van der Hoff2020-03-021-3/+29
* Add a confirmation step to the SSO login flowBrendan Abolivier2020-03-021-0/+85
* Implement access token expiry (#5660)Richard van der Hoff2019-07-121-0/+108
* Run Black on the tests again (#5170)Amber Brown2019-05-101-27/+9
* Add admin api for sending server_notices (#5121)Richard van der Hoff2019-05-021-1/+1
* Move admin api impl to its own packageRichard van der Hoff2019-05-011-2/+3
* Add ratelimiting on failed login attempts (#4865)Brendan Abolivier2019-03-181-0/+45
* Add ratelimiting on login (#4821)Brendan Abolivier2019-03-151-0/+118