Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The get_secure_cookie interface returns bytes not str https://www.tornadoweb.org/en/stable/web.html#tornado.web.RequestHandler.get_secure_cookie This fixes a minor issue where `handler.get_current_user` would return bytes rather than str.
- Loading branch information