Merge remote-tracking branch 'origin/main' into feature/response_mode-form_post

This commit is contained in:
Ayato 2024-02-29 00:39:37 +09:00
commit 4f7028bc82
No known key found for this signature in database
GPG key ID: 56E05AE09DBA012D
26 changed files with 106 additions and 120 deletions

View file

@ -7,6 +7,7 @@ import (
"errors"
"fmt"
"html/template"
"log/slog"
"net"
"net/http"
"net/url"
@ -17,7 +18,6 @@ import (
httphelper "github.com/zitadel/oidc/v3/pkg/http"
"github.com/zitadel/oidc/v3/pkg/oidc"
str "github.com/zitadel/oidc/v3/pkg/strings"
"golang.org/x/exp/slog"
)
type AuthRequest interface {