Refactor identity and http routing

This commit is contained in:
Bolke de Bruin
2022-10-18 09:36:41 +02:00
parent b42c3cd3cc
commit db98550455
18 changed files with 402 additions and 199 deletions

1
go.mod
View File

@@ -8,6 +8,7 @@ require (
github.com/fatih/structs v1.1.0
github.com/go-jose/go-jose/v3 v3.0.0
github.com/google/uuid v1.1.2
github.com/gorilla/mux v1.8.0
github.com/gorilla/sessions v1.2.1
github.com/gorilla/websocket v1.5.0
github.com/jcmturner/gofork v1.7.6