Skip to content

juliendoutre/goidc

Repository files navigation

goidc

A simple CLI tool written in Go to quickly get OIDC JWTs from various providers.

Getting started

brew tap juliendoutre/goidc https://github.com/juliendoutre/goidc
brew install goidc

Usage

goidc -help
goidc -version
 CLIENT_ID=... CLIENT_SECRET=... goidc
 CLIENT_ID=... CLIENT_SECRET=... goidc -decode

Development

Lint the code

brew install golangci-lint hadolint
golangci-lint run
hadolint ./Dockerfile

Release a new version

git tag -a v0.1.0 -m "New release"
git push origin v0.1.0

About

A simple CLI tool written in Go to quickly get OIDC JWTs from various providers.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors