Authentication & sessions
Login flows, recovery paths, session handling, token behavior, and the assumptions around user identity.
Applications tend to fail at the boundaries between features: who is allowed to do what, which object belongs to whom, what an API assumes about its caller, or what happens when a normal workflow is used in an abnormal order. Those are the places we spend time.
Login flows, recovery paths, session handling, token behavior, and the assumptions around user identity.
Object-level and function-level access control, privilege separation, tenant boundaries, and role transitions.
Workflows that are technically valid but can be combined, reordered, repeated, or abused in ways the application did not intend.
Send over a short description of what you want tested and what you are trying to learn. We can work out the right scope from there.