Skip to content

0.1.0

Compare
Choose a tag to compare
@davidism davidism released this 26 Feb 00:23
90ccab8

Changes:

  • Extracted from Werkzeug 0.15.
  • Dropped support for Python 3.4.
  • SessionMiddleware sets secure_cookie.session in the environ
    instead of werkzeug.session.
  • FilesystemSessionStore uses the filename template
    secure_cookie_%s.session instead of werkzeug_%s.sess.
  • SecureCookie.serialization_method is json instead of
    pickle. To upgrade existing tokens, override unquote to try
    pickle if json fails.