-
Notifications
You must be signed in to change notification settings - Fork 40
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
Why does authentication send my token to an HTTP site? (seanallred) #314
Comments
No, your account is not shared with anyone. |
Why an insecure redirect, then? |
I must be missing something obvious, please bear with me. If you have an RTFM link handy, that'll do. |
Ah ok, thanks. |
Hmm, actually it's defined by a variable here: Line 37 in 4892f45
|
Can you change the value of that constant to use https and see if it still works for you? If it does, I'll change in master. |
Changed, the redirect URI has changed but since the seanallred.com listens only on HTTP, it did not pull the page. |
That's something with GitHub pages that I cannot fix, then. 😦 |
Well.... maybe. I'll have to screw around with my domain settings later tonight, but I'll give it a shot. |
Many thanks in advance. Don't sweat it, though, the app was recommended by Gilles but I can live without it. |
Relevant Sec.SE answer: https://security.stackexchange.com/a/66138 |
For as long as I use GitHub Pages for my blog, this won't really be possible (until GitHub makes some changes with its SSL cert strategy). Just so you're aware, only the authentication token is sent unsecurely.
I'm going to leave this issue open in hopes that GitHub makes this possible or that my blog moves to another host. But for now, there's nothing I can do. |
Yeah, I looked into it for my blog as well, but gh-pages just doesn't do https ATM. |
Okay, thanks. |
I was not able to get an OAuth token I tried adding setting by hand https in the redirect_uri, it doesn't help. But I think the redirect_uri looks like encoded twice. |
You're right on the money there. This is unrelated to this issue, though; can you open a new one? |
GitHub Pages now supports HTTPS, so this has been addressed. |
Can't understand the process. Does that mean access to my account is shared by a dozen other folks?
The text was updated successfully, but these errors were encountered: