As we have seen, Tornado helps you deal with Cookies and Secure cookies so what's the next logical thing? Yes, user login. Let's look at the Tornado's capability for providing user authentication. Tornado provides get_current_user() method to determine if the user is already logged in. Developers need to override this method to get the current … Continue reading Tornado – Authentication