diff options
| author | Pieter Ennes <pieter@ennes.nl> | 2018-05-22 11:17:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-22 11:17:16 +0100 |
| commit | f853295b674cb2be0b83f72f71739a7a23f5936e (patch) | |
| tree | ae80818cc993283a0361caf564b5a373253aed48 /examples/skeleton_oauth2_web_application_server.py | |
| parent | 979b1728b836da4e72919451ae9c684be90e822d (diff) | |
| parent | 5c76855eac8ba002289fa53e6ae82f00a64d0d9f (diff) | |
| download | oauthlib-2.x.tar.gz | |
Release 2.1.0
Diffstat (limited to 'examples/skeleton_oauth2_web_application_server.py')
| -rw-r--r-- | examples/skeleton_oauth2_web_application_server.py | 2 |
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 |
