Does anyone use Ory with desktop apps? I don't kno...
# general
c
Does anyone use Ory with desktop apps? I don't know what is the best way to handle getting the authorization code in the app. Either starting a temporary web server and redirecting to that, or redirecting to a web page that will display the token they'd then copy and paste.
for native apps
c
Thanks
r
for desktop apps, a webserver is simpler (doesnt require your app registering a scheme or url with the OS)
c
that's what I was thinking
r
you definitely want PKCE in that scenario
c
thanks will look at that