Ajout auth

This commit is contained in:
2026-05-24 06:50:13 +02:00
parent 13958be53e
commit 2098da0630
8 changed files with 81 additions and 10 deletions
+12 -2
View File
@@ -1,12 +1,12 @@
{
"name": "bonsai-webapp",
"version": "0.0.0",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "bonsai-webapp",
"version": "0.0.0",
"version": "0.1.0",
"dependencies": {
"@angular/common": "^21.2.0",
"@angular/compiler": "^21.2.0",
@@ -15,6 +15,7 @@
"@angular/platform-browser": "^21.2.0",
"@angular/router": "^21.2.0",
"bootstrap": "^5.3.3",
"keycloak-js": "^26.2.4",
"marked": "^18.0.4",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
@@ -6072,6 +6073,15 @@
],
"license": "MIT"
},
"node_modules/keycloak-js": {
"version": "26.2.4",
"resolved": "https://registry.npmjs.org/keycloak-js/-/keycloak-js-26.2.4.tgz",
"integrity": "sha512-PnXpR3ubETGOt0B/Qt2lxmPbkZr5bc3vlQsOqDoTPPQsZRp7JjhTKxlJ187uWh8qJhvBab6Gsjb06a8ayOPfuw==",
"license": "Apache-2.0",
"workspaces": [
"test"
]
},
"node_modules/listr2": {
"version": "9.0.5",
"resolved": "https://registry.npmjs.org/listr2/-/listr2-9.0.5.tgz",