Categorygithub.com/udhos/token-server
module
1.0.3
Repository: https://github.com/udhos/token-server.git
Documentation: pkg.go.dev

# README

license Go Report Card Go Reference Artifact Hub Docker Pulls

token-server

Usage

Default

token-server

curl -s localhost:8080/token | gojq

Client Credentials

CLIENT_CREDENTIALS=true token-server

curl -s -H 'content-type: application/x-www-form-urlencoded' \
  -d grant_type=client_credentials \
  -d client_id=admin \
  -d client_secret=admin \
  -d audience=YOUR_API_IDENTIFIER \
  localhost:8080/token | gojq

# Packages

No description provided by the author