Skip to content

Add support for id_token #12

Add support for id_token

Add support for id_token #12

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Build
run: go build -o oidc-debug-linux main.go
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: oidc-debug-linux
path: ./oidc-debug-linux