summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBella Woo <bwoo@theatlantic.com>2021-05-26 15:37:16 -0400
committerBella Woo <bwoo@theatlantic.com>2021-05-26 15:37:16 -0400
commitd0ef8e4fe47939a6254f1894dda859a9b7146285 (patch)
tree512e255e1aac6edff904f3de26222c13686f5bae
parent2b8a44855a51ad5a5b0c348a08c2564a2e197ea2 (diff)
downloadoauthlib-d0ef8e4fe47939a6254f1894dda859a9b7146285.tar.gz
Remove typo
-rw-r--r--oauthlib/oauth2/rfc6749/endpoints/token.py1
1 files changed, 0 insertions, 1 deletions
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