Skip to content

Commit 05e1254

Browse files
henrikhenrikperssonironyHenrik Persson
authored
MIM-515: keycloak authguard (#70)
* feat: implement Keycloak authentication for React application * fix: resolve infinite authentication loop in protected routes * fix: update package versions to resolve conflicts * Fix keycloak auth * Fix ts error * Update default keycloak auth config values * Add launch.json for debugging * Remove auth-middleware * Remove /core/api proxy * Remove unused dependencies * Update generated types * Simplify login flow * Rename Callback -> AuthCallback * Prettier * Update generated types * Include credentials in core requests * Update core generated types to include Residence size * Update core generated types to fix RentalObject error --------- Co-authored-by: Christian Landgren (aider) <christian@landgren.nu> Co-authored-by: Henrik Persson <henrik.persson@iteam.com>
1 parent 5d139db commit 05e1254

File tree

12 files changed

+448
-458
lines changed

12 files changed

+448
-458
lines changed

.vscode/launch.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "chrome",
9+
"request": "launch",
10+
"name": "Launch Chrome against localhost",
11+
"url": "http://localhost:3000",
12+
"webRoot": "${workspaceFolder}/packages/property-tree"
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)