From d0ef8e4fe47939a6254f1894dda859a9b7146285 Mon Sep 17 00:00:00 2001 From: Bella Woo Date: Wed, 26 May 2021 15:37:16 -0400 Subject: Remove typo --- oauthlib/oauth2/rfc6749/endpoints/token.py | 1 - 1 file changed, 1 deletion(-) diff --git a/oauthlib/oauth2/rfc6749/endpoints/token.py b/oauthlib/oauth2/rfc6749/endpoints/token.py index c3494d1..ab9e091 100644 --- a/oauthlib/oauth2/rfc6749/endpoints/token.py +++ b/oauthlib/oauth2/rfc6749/endpoints/token.py @@ -36,7 +36,6 @@ class TokenEndpoint(BaseEndpoint): https://example.com/path?query=component # OK https://example.com/path?query=component#fragment # Not OK - Since requests to the authorization endpoint result in user Since requests to the token endpoint result in the transmission of clear-text credentials (in the HTTP request and response), the authorization server MUST require the use of TLS as described in -- cgit v1.2.1