01 · Define
Start with what your team agreed to build.
Describe the project or paste a brief with acceptance criteria. Aiden prepares an overview and checkable requirements for you to review and approve.
People can sign in, use a private personal calendar, and sign out safely.
REQ-1 Registration and login return a token. Passwords are stored as hashes.
REQ-2 The UI signs users in and sends the token with calendar requests.
REQ-3 Calendar operations reject missing or invalid authentication.
2 more requirements: owner privacy and session cleanup


The requirement says users can see only their own events. This query returns events without filtering by owner.
Each finding includes an explanation and links to the inspected GitHub code, pinned to a commit.