Skip to content

Commit

Permalink
Request the 'profile' scope instead, for clearer UX
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffy-critter committed Aug 11, 2020
1 parent b75f278 commit 22a5848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authl/handlers/indieauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def initiate_auth(self, id_url, callback_uri, redir):
'client_id': client_id,
'state': state,
'response_type': 'code',
'scope': 'me',
'scope': 'profile',
'me': id_url})
return disposition.Redirect(url)

Expand Down

0 comments on commit 22a5848

Please sign in to comment.