Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request a code in the 'me' scope #83

Merged
merged 1 commit into from
Aug 11, 2020

Conversation

fluffy-critter
Copy link
Contributor

@fluffy-critter fluffy-critter commented Aug 11, 2020

Because of indieweb/indieauth#42, the response_type=id request is going away in favor of a scope-less response_type=code, but many endpoints (notably SelfAuth) do not support that, nor is this likely to be backwards-compatible with other existing endpoints. Fortunately, IndieAuth doesn't actually specify what scopes are valid, so for now Authl requests scope=me.

This has been tested against SelfAuth.

Fixes #82

@fluffy-critter fluffy-critter merged commit b75f278 into main Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update IndieAuth flow
1 participant