summaryrefslogtreecommitdiff
path: root/examples/skeleton_oauth2_web_application_server.py
diff options
context:
space:
mode:
authorPieter Ennes <pieter@ennes.nl>2018-05-22 11:17:16 +0100
committerGitHub <noreply@github.com>2018-05-22 11:17:16 +0100
commitf853295b674cb2be0b83f72f71739a7a23f5936e (patch)
treeae80818cc993283a0361caf564b5a373253aed48 /examples/skeleton_oauth2_web_application_server.py
parent979b1728b836da4e72919451ae9c684be90e822d (diff)
parent5c76855eac8ba002289fa53e6ae82f00a64d0d9f (diff)
downloadoauthlib-2.x.tar.gz
Merge pull request #548 from skion/2.1.0v2.1.02.x
Release 2.1.0
Diffstat (limited to 'examples/skeleton_oauth2_web_application_server.py')
-rw-r--r--examples/skeleton_oauth2_web_application_server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/skeleton_oauth2_web_application_server.py b/examples/skeleton_oauth2_web_application_server.py
index 8bfd936..e53232f 100644
--- a/examples/skeleton_oauth2_web_application_server.py
+++ b/examples/skeleton_oauth2_web_application_server.py
@@ -67,7 +67,7 @@ class SkeletonValidator(RequestValidator):
# state and user to request.scopes and request.user.
pass
- def confirm_redirect_uri(self, client_id, code, redirect_uri, client, *args, **kwargs):
+ def confirm_redirect_uri(self, client_id, code, redirect_uri, client, request, *args, **kwargs):
# You did save the redirect uri with the authorization code right?
pass