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

Commit

Permalink
Correct docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Quentin Gliech <[email protected]>
  • Loading branch information
David Robertson and sandhose authored Dec 5, 2023
1 parent ad6e55b commit 2970bbf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions synapse/rest/client/auth_issuer.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@

class AuthIssuerServlet(RestServlet):
"""
Handles Client / Server API authentication in any situations where it
cannot be handled in the normal flow (with requests to the same endpoint).
Current use is for web fallback auth.
Advertises what OpenID Connect issuer clients should use to authorise users.
"""

PATTERNS = client_patterns(
Expand Down

0 comments on commit 2970bbf

Please sign in to comment.