Currently, the express-locallibrary application has no user authentication or session management. This means:
- Anyone can view the library catalog (intended), but anyone can also create, modify, or delete books, and book instances without identification (unintended).
- Users cannot sign up or sign in; there is no concept of a "current user" in the application.
Currently, the express-locallibrary application has no user authentication or session management. This means: