Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

33 lines (24 loc) · 1.3 KB

1.5.3

  • Fix PGT lookup during proxy authentication (#84)
  • Fix CASBackend test (#86)

1.5.2

  • Fix gateway feature (#91)

1.5.1

  • Include request in authenticate and evaluate gateway query_list (#87)

1.5.0

1.4.0

  • Compatibility with Django 2.0 (#72)

1.3.0

  • Compatibility with Django 1.10 Middleware (#69)
  • Add support for protocol-rooted URL as "next_page" argument for _logout_url constructor (#67)
  • Fix typo (#65)

1.2.0

  • Allow opt out of time delay caused by fetching PGT tickets
  • Add support for gateway not returning a response
  • Allow forcing service URL over HTTPS (#48)
  • Allow user creation on first login to be optional (#49)

1.1.1

  • Add a few logging statements
  • Add official change log.