Merge pull request #23054 from backstage/mob/auth-service-core

Initial implementation of BEP 0003 - auth architecture evolution
This commit is contained in:
Patrik Oldsberg
2024-02-23 09:56:28 +01:00
committed by GitHub
51 changed files with 3002 additions and 10 deletions
+3
View File
@@ -60,17 +60,20 @@
"@types/cors": "^2.8.6",
"@types/express": "^4.17.6",
"compression": "^1.7.4",
"cookie": "^0.6.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"fs-extra": "^11.2.0",
"helmet": "^6.0.0",
"jose": "^5.0.0",
"lodash": "^4.17.21",
"logform": "^2.3.2",
"minimatch": "^9.0.0",
"minimist": "^1.2.5",
"morgan": "^1.10.0",
"node-forge": "^1.3.1",
"path-to-regexp": "^6.2.1",
"selfsigned": "^2.0.0",
"stoppable": "^1.1.0",
"winston": "^3.2.1",