some ideas to implement jwt client assertion

This commit is contained in:
Livio Amstutz 2020-09-08 17:09:27 +02:00
parent a37a8461a5
commit bfbd4adb1c
3 changed files with 88 additions and 18 deletions

View file

@ -1,9 +0,0 @@
package rp
import (
"context"
"gopkg.in/square/go-jose.v2"
"github.com/caos/oidc/pkg/oidc"
)