feat: merge the verifier types
BREAKING CHANGE: - The various verifier types are merged into a oidc.Verifir. - oidc.Verfier became a struct with exported fields
This commit is contained in:
parent
c8cf15e266
commit
aad76b0d91
22 changed files with 188 additions and 343 deletions
|
@ -22,7 +22,7 @@ import (
|
|||
|
||||
type testClientJWTProfile struct{}
|
||||
|
||||
func (testClientJWTProfile) JWTProfileVerifier(context.Context) op.JWTProfileVerifier { return nil }
|
||||
func (testClientJWTProfile) JWTProfileVerifier(context.Context) *op.JWTProfileVerifier { return nil }
|
||||
|
||||
func TestClientJWTAuth(t *testing.T) {
|
||||
type args struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue