We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd69907 commit 464030aCopy full SHA for 464030a
mwoauth/flask.py
@@ -28,7 +28,7 @@ class MWOAuth:
28
- /mwoauth/initiate -- Starts an OAuth handshake
29
- /mwoauth/callback -- Completes an OAuth handshake
30
- /mwoauth/identify -- Gets identity information about an authorized user
31
- - /mwoauth/logout -- Dicards OAuth tokens and user identity
+ - /mwoauth/logout -- Discards OAuth tokens and user identity
32
33
There's also a convenient decorator provided
34
:func:`~mwoauth.flask.MWOAuth.authorized`. When applied to a routing
0 commit comments