ericholscher / django-crawler

A crawler using the Django Test Client
http://django-crawler.readthedocs.org
30 stars 10 forks source link

improve authentication #5

Closed chrisv2 closed 9 years ago

chrisv2 commented 11 years ago

Improved authentication, solving the following problems:

The patch logs in the user once, and remembers the user id. Before every new get, it checks whether it is still the same user which is logged in (logging in on every request would consume too much time)