feat: finalize logic

This commit is contained in:
Stavros
2025-01-30 17:11:31 +02:00
parent 6602e8140b
commit 29f0a94faf
5 changed files with 98 additions and 33 deletions

View File

@@ -89,6 +89,7 @@ type OAuthProviders struct {
type UnauthorizedQuery struct {
Username string `url:"username"`
Resource string `url:"resource"`
}
type SessionCookie struct {