Added login and sessiontoken

This commit is contained in:
2025-10-02 22:27:07 +02:00
parent 2bae9db84f
commit e4c038c940
9 changed files with 69 additions and 5 deletions

13
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"rest-client.environmentVariables": {
"$shared": {},
"local": {
"host": "localhost",
"port": "12345"
},
"docker": {
"host": "localhost",
"port": "11001"
}
}
}