As a user I want to be able to sign/log out from the application, in order to release my session and/or use the site features that don't require sign in
Acceptance criteria:
Upon successful sign in, a 'Sign out' option/menu item is offered to the user
Whenever the user clicks on the 'Sign out' option/menu item, the user session is released (e.g.: removed from the client+server) and user is redirected to the home page of the site.
After successful Sign out, the 'Sign up' (#10) and 'Sign in' (#11) and options should be displayed back again, and all other actions that require the user to be signed in should be prevented as well (e.g.: see #8 / #12, #17, #25, #26, #27, #29, #32, #33).
As a user I want to be able to sign/log out from the application, in order to release my session and/or use the site features that don't require sign in
Acceptance criteria: