Created a login helper for the OAuth flow #227
Replies: 5 comments 2 replies
-
|
Very interesting approach... Does Register the URL Handler in the OS (in case of Windows) require local Admin rights? [sure I would be able to test this myself]... Offering link to your tool as alternative approach in the setup process (instead of using the browser tools) can be for sure quite convenient for none-technical people. The only reason why I am not instantly say Yes, let's do that is, cause I am not sure yet, if people will have (should have) the thrust to install an executable from a random guy and launch it, that then modify the registry. Please don't get me wrong here - your source code is available and I am able to see (& judge) the impact of your app [and all is totally fine!] ... It's just the general thing. IMHO people should not "just install and run any application just because another dude told them on the internet"... |
Beta Was this translation helpful? Give feedback.
-
|
It does not require admin and can be built very easily as long as python is available if the precomposed is not to be trusted (github agent builds it). The app is a python UI wrapper around the OS protocol launcher. It does not need to be under my repo and I could merge it into here as the helper tool. |
Beta Was this translation helpful? Give feedback.
-
|
Just want to put my two cents in. Put this in a Windows VM to test and it worked, I had to do it for each of my vehicles but worked out great. |
Beta Was this translation helpful? Give feedback.
-
|
If we could implement this into the sign in screen when we have to renew the token, this would be amazing!!! I currently use a python script I created and I supply the URL that it wants me to auth with, and then copys the ?code=*request URL into my clipboard so I just push CTRL+V to paste it into the logon screen. |
Beta Was this translation helpful? Give feedback.
-
|
@JosephBlock - I am sorry - I have no clue, when this slipped out of my attention... your tool can be great help for people struggle with the code capture... I am adjusting the documentation right now and include this also in the HA setup dialog:
So you might like to add/provide a step by step user guide in your repository - of course just if you like. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Recently had to re-authenticate so I figured I would take a stab at simplifying and making the retrieval of the auth code easier for everyone.
The app registers
fordapp://into the os to support easy copying of the auth codehttps://github.com/JosephBlock/fordapp-handler, Download precompiled
Tested on Windows, would like if someone could test Linux and Mac
If this is useful, I can add the steps into the wiki.
Beta Was this translation helpful? Give feedback.
All reactions