You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/nkprince007/generate-oauth-token

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/nkprince007/generate-oauth-token

v0.0.0-20200118171959-ba2a00e46f9c
Source
Go
Version published
Created
Source

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

FAQs

Package last updated on 18 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts