Crate that implements the GitHub Device Flow for authenticating with GitHub Apps.
It also implements the refresh mechanism for GitHub Apps that use GitHub's token expiration feature.
To use the CLI, download the binary for your architecture/OS from the latest release.
Once extracted, execute the command providing the Client ID for your App:
bash
github-device-flow --client-id Iv1.8675309ABCDEFGH
This will prompt you to open a browser window and provide the generated device code. Once completed, your access token will be printed to STDOUT as a JSON object. If your App requests refresh tokens one will also be printed.
To refresh your OAuth Access using a Refresh Token, pass it as a --refresh
flag:
bash
github-device-flow --client-id Iv1.8675309ABCDEFGH --refresh thisisnotarefreshtoken
To view the full help, pass the --help
flag:
``` $ github-device-flow --help github-device-flow 0.1.2 Binary and library for performing the GitHub Device Flow
USAGE:
github-device-flow [OPTIONS] --client-id
OPTIONS:
-c, --client-id