diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-06-10 11:35:54 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-06-10 11:35:54 +0100 |
commit | 028f674cd323cc12f2e03e5c734c77bb4095f457 (patch) | |
tree | f8c7ff38d77a402f60dc8e47a4704f261bf82b83 /synapse | |
parent | Doc (diff) | |
download | synapse-028f674cd323cc12f2e03e5c734c77bb4095f457.tar.xz |
Better wording
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/api/auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py index a04be32890..79e2808dc5 100644 --- a/synapse/api/auth.py +++ b/synapse/api/auth.py @@ -196,7 +196,7 @@ class Auth(object): Args: request - An HTTP request with an access_token query parameter. allow_expired - Whether to allow the request through even if the account is - expired. If true, Synapse will still require the access token to be + expired. If true, Synapse will still require an access token to be provided but won't check if the account it belongs to has expired. This works thanks to /login delivering access tokens regardless of accounts' expiration. |