[Twisted-Python] Twisted 16.0 Released

2016-03-14 Thread Amber "Hawkie" Brown
On behalf of Twisted Matrix Laboratories, I am honoured to announce the release of Twisted 16.0! Twisted 16.0 brings some important changes, and some nice-to-haves as well. The major things are: - TLS endpoints have arrived! They're like the old `ssl:` endpoints, but support faster IPv4/IPv6 c

Re: [Twisted-Python] how to implement login form logic with twisted.cred checkers, credentials and portal

2016-03-14 Thread snailcoder
Thanks for sucn a detailed explanation and sample codes! Your code demonstrated header-based authentication,  I've read some codes similar to this, but still got no idea about how to implement the form-based authentication with twisted.cred credentials and portal. Any suggesstion for form-bas