Skip to content

A CLI tool to generate OAuth tokens for the chosen provider.

Notifications You must be signed in to change notification settings

nkprince007/generate-oauth-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generate-oauth-token

A CLI tool to generate OAuth tokens for the chosen provider.

Installation

Download the tool using go get.

go get -u -v github.com/nkprince007/generate-oauth-token

Usage

$ generate-oauth-token -help
Usage of generate-oauth-token:
  -provider string
      the provider for which oauth token is to be generated (default "github")
$ generate-oauth-token -provider=github
...
# Enter the details and proceed to obtain the token

Supported providers include:

  • github
  • gitlab

Example configuration for OAuth2 client

GitHub OAuth Configuration

About

A CLI tool to generate OAuth tokens for the chosen provider.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages