]> git.ipfire.org Git - thirdparty/tornado.git/commit
web: Rename "secure_cookie" methods to "signed_cookie"
authorBen Darnell <ben@bendarnell.com>
Mon, 23 Jan 2023 18:51:53 +0000 (18:51 +0000)
committerBen Darnell <ben@bendarnell.com>
Mon, 23 Jan 2023 18:51:53 +0000 (18:51 +0000)
commit49bbd357274d53a62864acb8ef6d2dcf4782873d
treee068f9d4d7e5d616d43214a7d2597edbfac124b9
parent59536016e37704a1c47a3a0d262f46ceb6132c06
web: Rename "secure_cookie" methods to "signed_cookie"

This more precisely states the kind of security that is provided, and
avoids confusion with the use of the word "secure" as a standard
cookie attribute and prefix.
demos/blog/blog.py
demos/facebook/facebook.py
demos/twitter/twitterdemo.py
docs/guide/security.rst
docs/guide/templates.rst
docs/web.rst
tornado/auth.py
tornado/test/web_test.py
tornado/web.py