+1
-1
Makefile
+1
-1
Makefile
+77
generic.go
+77
generic.go
···
···
+2
-1
go.mod
+2
-1
go.mod
······
······
+2
go.sum
+2
go.sum
···
···
+199
-16
oauth.go
+199
-16
oauth.go
······-// clientAssertion := jwt.NewBuilder().Issuer(clientId).Subject(clientId).Audience(authServerUrl).IssuedAt(time.Now().Add()
······+func (o *OauthClient) AuthServerDpopJwt(method, url, nonce string, privateJwk jwk.Key) (string, error) {+func (o *OauthClient) SendParAuthRequest(ctx context.Context, authServerUrl string, authServerMeta *OauthAuthorizationMetadata, loginHint, scope string, dpopPrivateKey jwk.Key) (any, error) {
+32
-1
oauth_test.go
+32
-1
oauth_test.go
·········
·········
-20
types.go
-20
types.go
···
···