We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5513f11 commit da7e6baCopy full SHA for da7e6ba
docs/tutorial/tutorial_01.rst
@@ -82,7 +82,7 @@ Point your browser to http://localhost:8000/o/applications/ and add an Applicati
82
83
* `User`: the owner of the Application (e.g. a developer, or the currently logged in user.)
84
85
- * `Redirect uris`: Applications must register at least one redirection endpoint beofre using the
+ * `Redirect uris`: Applications must register at least one redirection endpoint before using the
86
authorization endpoint. The :term:`Authorization Server` will deliver the access token to the client only if the client
87
specifies one of the verified redirection uris. For this tutorial, paste verbatim the value
88
`http://django-oauth-toolkit.herokuapp.com/consumer/exchange/`
0 commit comments