Cleanup session handling and improve oidc

This commit is contained in:
Bolke de Bruin 2020-07-21 22:19:34 +02:00
parent 0f2696ec8b
commit 636e7d5492
4 changed files with 193 additions and 9 deletions

View file

@ -18,6 +18,7 @@ type ServerConfig struct {
KeyFile string
Hosts []string
RoundRobin bool
SessionKey string
}
type OpenIDConfig struct {