From 4f6ca7664bb22c44d95a8c91714f1802d5c2a184 Mon Sep 17 00:00:00 2001 From: Raymond Penners Date: Thu, 2 May 2024 18:57:48 +0200 Subject: [PATCH] fix: Handle client signature change --- dj_rest_auth/registration/serializers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dj_rest_auth/registration/serializers.py b/dj_rest_auth/registration/serializers.py index eef0bfb..f5453a2 100644 --- a/dj_rest_auth/registration/serializers.py +++ b/dj_rest_auth/registration/serializers.py @@ -127,7 +127,6 @@ def validate(self, attrs): adapter.access_token_method, adapter.access_token_url, self.callback_url, - scope, scope_delimiter=adapter.scope_delimiter, headers=adapter.headers, basic_auth=adapter.basic_auth,