add valkey session

This commit is contained in:
2026-07-11 06:08:41 +02:00
parent 4b325fd588
commit 7d07a4ba96
3 changed files with 13 additions and 7 deletions
+2 -1
View File
@@ -5,9 +5,10 @@ import (
"crypto/rand"
"encoding/base64"
"fmt"
"time"
"log"
"net/http"
"crypto/tls"
"crypto/tls"
"github.com/coreos/go-oidc/v3/oidc"
"golang.org/x/oauth2"
)