-
Notifications
You must be signed in to change notification settings - Fork 34
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
Can't authorize the app #134
Comments
It seems like GitHub is no longer supporting IE. OAuth in most UWP is powered by WebAuthenticationBroker which only use IE. So... Oh and Microsoft said that they have to plan to change that. OAuth is basically broken on all UWP. Unless you do it manually. Here is the official Q&A |
Okay thanks, so how can I do this manually? |
If you are an end user, there is nothing you can do about this specific app. But this app's source code already get's around IE by implementing it's own Auth Broker with the EdgeAuth class library. I think it's just not yet in the store version. |
I'm submitting a...
Current behavior
can't tap the Authorize button to authorize codehub to github
Expected behavior
I should be able to authorize the app and get into codehub
Steps to reproduce the behavior
login to your account
Environment
tested on 19023 and 15254
The text was updated successfully, but these errors were encountered: