Replies: 1 comment
-
Hi @trydalch! This is a bug that we are currently investigating and tracking here: unoplatform/uno.extensions#2692 Your app is targeting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In our Uno Platform app running on WebAssembly, we use the Web Authentication Broker for OAuth login. The problem is that the broker opens a small popup window to handle authentication, and when login completes, the redirect happens inside that popup instead of the original app window. As a result, the main app window doesn’t receive or handle the OAuth response properly.
Our question:
How do we correctly perform the redirect so that the authentication popup closes and the OAuth response is handled in the original main window? Alternatively, should the OAuth flow run in the same tab/window instead of a popup? What is the best practice for handling this flow on WebAssembly with Uno?
Thanks for any guidance!
Beta Was this translation helpful? Give feedback.
All reactions