mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-11-01 06:35:43 +00:00
refactor: store redirect URI in tinyauth session cookie
This commit is contained in:
@@ -27,6 +27,7 @@ type SessionCookie struct {
|
||||
Username string
|
||||
Provider string
|
||||
TotpPending bool
|
||||
RedirectURI string
|
||||
}
|
||||
|
||||
// TinyauthLabels is the labels for the tinyauth container
|
||||
|
||||
Reference in New Issue
Block a user