-
Notifications
You must be signed in to change notification settings - Fork 14
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
0Auth callback redirect failed in DEV mode #154
Comments
that is true, it is not supported to catch up the event during dev mode, but there is a way to work around, just copy the callback url, and |
Thanks. How about add a dev server for catching the redirect response like other apps do. Will that kind of PR be acceptable? |
We’ve discussed this before, but I don’t think we’re planning to support it due to security concerns. |
@orangelckc you are warmly welcomed to any contribution, and there are still issues around open link in linux and would happy if you can take a look at it, and also per Tauri's doc, it is possible to regiser the deeplink during runtime, but it seems not working in our project so far: https://v2.tauri.app/plugin/deep-linking/#registering-desktop-deep-links-at-runtime |
Can't jump back from browser on development, any suggestion for this?
I'd like to commit PR for this issue.
The text was updated successfully, but these errors were encountered: