Switch to jwt tokens and allow some extra rdp settings

This commit is contained in:
Bolke de Bruin
2020-07-24 11:54:43 +02:00
parent 3ace4610fc
commit 46e1e9b9f4
7 changed files with 163 additions and 71 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.14
require (
github.com/coreos/go-oidc/v3 v3.0.0-alpha.1
github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1
github.com/gorilla/sessions v1.2.0
github.com/gorilla/websocket v1.4.2
github.com/patrickmn/go-cache v2.1.0+incompatible