Added security concerns.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2025-08-23 17:41:30 -04:00
parent 3828686362
commit 4479e1d021

View File

@@ -4,6 +4,10 @@
This is a full-stack application simulating an online booking system for conference rooms.
### Security concerns
There is no login or security in place with this project. However if set up with zero trust, an example scenario could use OpenID or similar login security, encrypted JWTs, secure connections could be established to the database as well as all traffic being moved to https rather than http, locking everything down to ensure that those who communicate with any part of this system are authenticated and have only the access that they are authorized. Each endpoint would need to be able to check that the user is authenticated and has a valid token that has not expired in order to be used.
### AI Use
I used AI to stub out a couple of files: