Skip to content

Commit

Permalink
Fixed issue with userinfo endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Casassarnau committed Apr 23, 2023
1 parent 204fb1d commit 2ca726c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django_jwt/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ def capture_authentication_and_authorization_response(self):
def get_userinfo(self, access_token):
headers = {
'Content-Type': 'application/json',
'Host': self.request.get_host(),
'Authorization': 'Bearer %s' % access_token
}
http = urllib3.PoolManager()
Expand Down

0 comments on commit 2ca726c

Please sign in to comment.