Refactor authentication system (#2602)

Make auth configuration available via UI, remove FOSUserBundle and SAML-Bundle dependency
This commit is contained in:
Kevin Papst
2021-06-10 15:34:13 +02:00
committed by GitHub
parent 286b63e2c8
commit 7f20cb045c
155 changed files with 5590 additions and 1802 deletions

View File

@@ -147,9 +147,6 @@
"handcraftedinthealps/rest-routing-bundle": {
"version": "1.0.0"
},
"hslavich/oneloginsaml-bundle": {
"version": "v1.4.1"
},
"illuminate/cache": {
"version": "v6.0.4"
},
@@ -186,9 +183,6 @@
"kevinpapst/adminlte-bundle": {
"version": "0.3"
},
"kimai/user-bundle": {
"version": "dev-master"
},
"laminas/laminas-code": {
"version": "3.4.1"
},
@@ -636,6 +630,9 @@
"symfony/polyfill-php80": {
"version": "v1.17.1"
},
"symfony/polyfill-php81": {
"version": "v1.23.0"
},
"symfony/polyfill-uuid": {
"version": "v1.22.0"
},