Skip to content

1.12

Compare
Choose a tag to compare
@Bouke Bouke released this 08 Jul 20:30
· 210 commits to master since this release
e23e9bb

Added

  • It is possible to set a timeout between a user authenticiating in the
    LoginView and them needing to re-authenticate. By default this is 10
    minutes.

Removed

  • The final step in the LoginView no longer re-validates a user's credentials.
  • Django 1.11 support.

Changed

  • Security Fix: LoginView no longer stores credentials in plaintext in the
    session store.