mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Better wording
This commit is contained in:
parent
4914a88829
commit
028f674cd3
@ -196,7 +196,7 @@ class Auth(object):
|
|||||||
Args:
|
Args:
|
||||||
request - An HTTP request with an access_token query parameter.
|
request - An HTTP request with an access_token query parameter.
|
||||||
allow_expired - Whether to allow the request through even if the account is
|
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
|
provided but won't check if the account it belongs to has expired. This
|
||||||
works thanks to /login delivering access tokens regardless of accounts'
|
works thanks to /login delivering access tokens regardless of accounts'
|
||||||
expiration.
|
expiration.
|
||||||
|
Loading…
Reference in New Issue
Block a user