Skip to content

Commit

Permalink
Add logout story.
Browse files Browse the repository at this point in the history
  • Loading branch information
miphe committed Aug 8, 2014
1 parent 274172b commit 3f4b69a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/logout.mdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Ability to logout

When being logged in, I should be able to click a button to logout.

## Acceptance tests

- When logged in..
- There is a way for me to easily find a link/button in an appropriate area saying 'Logout' (sign out, or similar).
- When I click that button, I log out.
- After logging out..
- There's no information left in my session, cookies, history or browser that may be a security threat to my account.
- I am redirected to a particular page (which page this should be needs to be decided, login page, welcome back page or other).

0 comments on commit 3f4b69a

Please sign in to comment.