Loading...
Loading...
Establish and validate authenticated test access through login, registration, session lifecycle, and role context checks.
npx skill4agent add 1ikeadragon/awesome-offsec-claude auth-flow-operatortarget_urlknown_credentialsauth_notesallowed_test_accounts{
"working_auth_paths": [],
"accounts": [],
"session_lifecycle": [],
"role_validation": [],
"blockers": []
}providedcreated| Condition | Action | Evidence Requirement |
|---|---|---|
| Credentials succeed in UI but fail in API | validate token audience/session binding | endpoint-level auth proof |
| Registration requires email verification | capture verification state transitions | account timeline with states |
| MFA optional for some flows | compare protected action access with/without MFA | role/action differential |
| Logout appears successful but token works | test token reuse after logout/reset | post-logout replay proof |
| Role appears in UI only | validate backend authorization with privileged actions | server-side denial/allow traces |