- Raise a 401 if the user to log in does not exist. [elioschmutz]
1.4.1
------------------
- Fix login with invalid ticket, which could lead to authenticate the wrong user. [buchi]
1.4.0
------------------
- Add support for cookie based authentication when using REST API. [buchi] - Drop support for Python < 2.7.9. [buchi] - Use Python's built-in HTTPS handler which enables support for TLS 1.2 and uses CA certificates provided by the OS. [buchi]
1.3.1
------------------
- Preserve multi-valued QS params when stripping ticket from service URL. [lgraf]
1.3.0
------------------
- Handle login similar to PlonePAS (fire login events, expire clipboard, create member area and set login times) in caslogin endpoint. [tinagerber]