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

@@ -17,6 +17,7 @@
"@angular/platform-browser": "^21.2.0",
"@angular/router": "^21.2.0",
"@angular/service-worker": "^21.2.0",
"oidc-client-ts": "^3.5.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},