register refresh token and login refresh token for multiple users

This commit is contained in:
2025-11-24 17:02:12 +01:00
parent 7356689d29
commit 8c9a33cb81
8 changed files with 119 additions and 43 deletions

View File

@@ -27,6 +27,17 @@ GOOD
-p 8080:8080 `
rust-api:1.0.1
linux distro
docker run `
--name hotel-api `
-e JWT_SECRET=your_jwt_secret_key `
-v "/var/lib/hotel-api/db:/app/db" `
-p 8080:8080 `
rust-api:1.0.2
@@ -80,4 +91,9 @@ GOOD
"RW": true,
"Propagation": "rprivate"
}
],
],