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

"me"-Parameter missing in auth.php request from unicyclic.com #2

Closed
cweiske opened this issue Aug 18, 2017 · 3 comments
Closed

"me"-Parameter missing in auth.php request from unicyclic.com #2

cweiske opened this issue Aug 18, 2017 · 3 comments

Comments

@cweiske
Copy link
Owner

cweiske commented Aug 18, 2017

Called URL:
https://commentpara.de/auth.php?me=&redirect_uri=https%3A%2F%2Funicyclic.com%2Fphp%2Fauth.php&client_id=https%3A%2F%2Funicyclic.com&state=lkjlkjl&scope=create&response_type=code

Error:

Invalid URL in "me" parameter: scheme missing

Has probably to do with aaronpk/Quill#79

@aaronpk
Copy link

aaronpk commented Aug 18, 2017

I'm actually confused about this. Normally the client would include the me value of whatever the user entered in this first request. I don't understand why unicyclic is providing an empty string.

@cweiske
Copy link
Owner Author

cweiske commented Aug 19, 2017

@cweiske cweiske closed this as completed Aug 19, 2017
@mblaney
Copy link

mblaney commented Aug 21, 2017

@aaronpk it was a recent bug introduced when I rewrote my endpoint discovery code last week :-/

I found myself needing the same piece of code in multiple places so now have a generic endpoint discovery function, you can pass it an array of rels and it will return an array of endpoints. Tested it with commentpara.de too! :-)

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

3 participants