dwyl / learn-json-web-tokens

:closed_lock_with_key: Learn how to use JSON Web Token (JWT) to secure your next Web App! (Tutorial/Example with Tests!!)
MIT License
4.18k stars 254 forks source link

Add logout button to /private view #6

Closed nelsonic closed 9 years ago

nelsonic commented 9 years ago

Allow user of heroku app to log out. when they attempt to re-visit the /private content auth should fail.

nelsonic commented 9 years ago

Done.