refactor middlewares and reduce technical complexity

restructure server command and remove cfg.OIDC.Issuer switch, oidc middleware detects now if it should used or not
fix #761
This commit is contained in:
Florian Schade
2020-11-16 13:42:23 +01:00
committed by Benedikt Kulmann
parent 2d5401d9db
commit f8aa1a5e08
18 changed files with 955 additions and 642 deletions

View File

@@ -0,0 +1,3 @@
package middleware
/**/