-
Notifications
You must be signed in to change notification settings - Fork 326
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
OAuth2 API feedback #4904
Comments
One additional feedback item that a customer just reported in WinUIEx: Relying on the state parameter can have problems with some OAuth services. See dotMorten/WinUIEx#195 (comment) |
Thanks for trying out the feature @dotMorten |
Hi @dotMorten Let me know your thoughts. |
Started to try and use the 1.7exp1 OAuth APIs and got a little bit of feedback.
I must have missed this in the earlier design review, but now seeing this:
This took me a while to discover that I had to do this, and only because as the author of WinUIEx, I have the same requirement in my library, and it's not a fun requirement to have, as I know from experience it has tripped up a lot of users. My hope was that the Windows Apps SDK could solve this at a lower level and not have this same pitfall.
Secondary the example isn't great. It is better to do this in the static main before the application fully starts up, so you don't have to do the forced termination. Perhaps a simple solution could be to just have this be a standard part of the auto-generated main?
Lastly, my app hangs after calling CompleteAuthRequest and VS shows me this message shortly later:
Without the debugger attached the process just hangs for quite a while before shutting down.
The text was updated successfully, but these errors were encountered: