Replies: 1 comment 1 reply
-
I have the same issue. I'll start by investigating how to register a protocol for the application because that's the link between the browser window where the authentication happens and where, after that succeeds, the callback is triggered in that has to "open" the application again. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I've been using Wails to great effect so far, but I've hit a slight snag. For the application I'm building, I need to be able to authenticate the user against a remote service. As such, I need to be able to open a new browser window to an OAuth URL, have them go through the authentication process, and then redirect back to the application so that I can obtain an access token to call the remote service.
Is this possible? In particular, I'm meaning:
Cheers
Beta Was this translation helpful? Give feedback.
All reactions