Implementation of login and logout mechanisms.

This commit is contained in:
Florian THIERRY
2023-12-05 14:31:07 +01:00
parent c095cdab3a
commit 9f40a6c782
17 changed files with 228 additions and 13 deletions

View File

@@ -20,6 +20,7 @@
"@angular/platform-browser": "^17.0.0",
"@angular/platform-browser-dynamic": "^17.0.0",
"@angular/router": "^17.0.0",
"ngx-cookie-service": "^17.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.2"
@@ -46,4 +47,4 @@
"<rootDir>/src/setupJest.ts"
]
}
}
}