Skip to content

Commit

Permalink
Merge pull request #22 from Casassarnau/1.0
Browse files Browse the repository at this point in the history
Fixed issue with userinfo endpoint
  • Loading branch information
Casassarnau authored Apr 23, 2023
2 parents 144b670 + 2ca726c commit eb59e1b
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 eb59e1b

Please sign in to comment.