I have been developing the desktop application on C#. How can I do the oauth process without running a local server?
I can't run the local server because I have a running server on the localhost from another application.
I have been developing the desktop application on C#. How can I do the oauth process without running a local server?
I can't run the local server because I have a running server on the localhost from another application.
Copyright © 2021 Jogjafile Inc.
I don't think it is possible unless you perform some manual actions.
The only solution is running multiple servers simply assigning different ports.