Bassem Dghaidi
Bassem Dghaidi
Currently only the [server to server token creation flow](https://docs.github.com/en/developers/apps/authenticating-with-github-apps#authenticating-as-an-installation) has been implemented. Another very useful token would be the [OAuth access token](https://docs.github.com/en/developers/apps/authorizing-oauth-apps) more specifically the [Device flow](https://docs.github.com/en/developers/apps/authorizing-oauth-apps#device-flow). This issue is...
`jwt-cli` 5.0.0 has been released with a breaking change. Update the script to support the latest version. https://github.com/mike-engel/jwt-cli/releases/tag/5.0.0
Develop a PoC to integrate this tool with AWS KMS and Azure Key Vault respectively.
This is related to #3. Sometimes the user doesn't know the installation id to use so the interactive mode will list the available ids for them to pick one. ```sh...
When an installation access token expires, the APIs return a refresh token that can be used to create another installation access token. ```sh -r | --refresh Uses an expired token...
A useful feature for daily Watson users (like myself) is having the ability to edit all the entries of a given day or week (generally towards the end of the...
### API ``` --org | -o (optional) Any GitHub Organisation Name. Example: GitHub ``` **Example** ``` starred_search --user 'link-' --cache-dir '/tmp/.cache' --org 'GitHub' --find 'es6' ```
Obviously bash is a headache and not cross-platform. It's important to make this helper tool available on as many platforms as possible and with go that's feasible.
Using `ttygif / ttyrec` create interactive installation and configuration gifs showcasing how to use this project.