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

remove client_id from Token Request #16

Open
sknebel opened this issue Jun 30, 2019 · 1 comment
Open

remove client_id from Token Request #16

sknebel opened this issue Jun 30, 2019 · 1 comment

Comments

@sknebel
Copy link
Owner

sknebel commented Jun 30, 2019

Putting the client_id here and then requiring to verify it means it's not actually useful here, except maybe to fulfill OAuth expectations that there is a client_id, and potentially dangerous if someone uses it instead of discovering the endpoint independently.

I'd tend toward removing it. (or putting the vallue of me in there?)

https://github.com/sknebel/AutoAuth/blob/master/AutoAuth.md#token-request

@sknebel
Copy link
Owner Author

sknebel commented Jun 30, 2019

Given that client_id is basically always used for an app, and often (in non-indieauth-land) pre-registered, putting what's now me? in there feels wrong I think.

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

No branches or pull requests

1 participant