refactor: use cookie store correctly

This commit is contained in:
Stavros
2025-01-26 19:20:34 +02:00
parent d67133aca7
commit 3b50d9303b
5 changed files with 83 additions and 94 deletions

View File

@@ -85,3 +85,8 @@ type OAuthProviders struct {
type UnauthorizedQuery struct {
Username string `url:"username"`
}
type SessionCookie struct {
Username string
Provider string
}