summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Huot <JonathanHuot@users.noreply.github.com>2021-05-28 21:47:01 +0200
committerGitHub <noreply@github.com>2021-05-28 21:47:01 +0200
commit78c4b748289e2892f78a6556c5af4b663f4a5621 (patch)
tree512e255e1aac6edff904f3de26222c13686f5bae
parent2b8a44855a51ad5a5b0c348a08c2564a2e197ea2 (diff)
parentd0ef8e4fe47939a6254f1894dda859a9b7146285 (diff)
downloadoauthlib-78c4b748289e2892f78a6556c5af4b663f4a5621.tar.gz
Merge pull request #761 from bellawoo/token-doc-typo
Remove typo in TokenEndpoint docstring
-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