<@U25U0KPFT> I decided to go with the external bro...
# tornadofx
n
@carlw I decided to go with the external browser, for the same reasons you mentioned before, but with the addition that I start a little web server , and configured the redirect_url to localhost. This way the user dons't have to manually copy the token back to the tornadofx app. As soon as the user grants access a thank you page will be shown at localhost I will parse the query params to get the code, swap the cod for a token and I am good to go...