Overview
Allow users to log out of password-protected blogs, for when they're done reading and don't want anyone else to access it on that computer without the password.
Implementation
Provide an endpoint on every collection that allows users to log out. Navigating there will erase their cookie.
Add a link in the top right of the blog page that says LOG OUT.