feat: add oidc authorization code with pkce login flow

This commit is contained in:
Bastian Wagner
2026-08-17 15:43:17 +02:00
parent dedb3fff40
commit bd91a3da4a
15 changed files with 215 additions and 2 deletions

View File

@@ -46,7 +46,13 @@
}
],
"outputHashing": "all",
"serviceWorker": "ngsw-config.json"
"serviceWorker": "ngsw-config.json",
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.production.ts"
}
]
},
"development": {
"optimization": false,