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

OAuth: Enable to configure scope via query parameter for loopback client metadata #2753

Conversation

sugyan
Copy link
Contributor

@sugyan sugyan commented Aug 28, 2024

The draft OAuth Spec says that for localhost clients, the scope "can be configured via query parameter in the client_id URL", and "Default is atproto”, but this was not the case.
https://github.com/bluesky-social/atproto-website/blob/bnewbold/spec-oauth/content/specs/auth.md#localhost-client-development
So I implemented it to work as per the spec.

@matthieusieben
Copy link
Contributor

Hey ! Thank you for you suggestion. This issue was actually reported to us yesterday and I already started integrating that fix in another branch.

Since both are changes redundant, and because this branch did not account for "multiple allowed" part of the spec, I'll go ahead and close this PR in favor of the other one.

Feel free to comment / open another issue.

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.

3 participants