Merge branch 'feat-EdDSA-hasher' into webkey-test-branch

This commit is contained in:
Tim Möhlmann 2024-08-20 16:07:59 +03:00
commit 214a899ddd

View file

@ -56,6 +56,7 @@ func main() {
rp.WithVerifierOpts(rp.WithIssuedAtOffset(5 * time.Second)),
rp.WithHTTPClient(client),
rp.WithLogger(logger),
rp.WithSigningAlgsFromDiscovery(),
}
if clientSecret == "" {
options = append(options, rp.WithPKCE(cookieHandler))