This application uses GitHub OAuth Device Flow. You must independently get a client ID from an OAuth app in your account.
-
Set some values on your OAuth app settings:
Name Value Required Application name FluentHubTrue Homepage URL https://github.com/FluentHub/FluentHubTrue Application description A fluent GitHub app for Windows False Authorization callback URL http://127.0.0.1True Application logo Use this True Badge background color #FFFFFFTrue (whatever) -
Enable Device Flow in the OAuth app settings.
-
Create a file named
AppCredentials.configin the root of your FluentHub repo with Solution Explorer -
Change the
idnode value. Thesecretnode can be empty because Device Flow does not use the client secret.<?xml version="1.0" encoding="utf-8" ?> <configuration> <client> <type key="id" value="YOUR-APP-ID"/> <type key="secret" value=""/> </client> </configuration>


