fix: cookie handling (#654)

* feat: set cookie prefix and max age

* cookie prefix on csrf cookie

* fix: check user agent cookie in login

* update oidc pkg

* cleanup
This commit is contained in:
Livio Amstutz
2020-08-31 08:49:35 +02:00
committed by GitHub
parent 1089193faf
commit c1c85e632b
26 changed files with 262 additions and 205 deletions

View File

@@ -10,9 +10,7 @@ import (
)
const (
LoginHandler = "/login"
ConsoleHandler = "/console"
uiname = "ui"
uiname = "ui"
)
type Config struct {