Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Better wording
Browse files Browse the repository at this point in the history
  • Loading branch information
babolivier committed Jun 10, 2019
1 parent 4914a88 commit 028f674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/api/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def get_user_by_req(
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.
Expand Down

0 comments on commit 028f674

Please sign in to comment.