Ricardo Tubio-Pardavila

Results 7 comments of Ricardo Tubio-Pardavila

Got the same issue here. I am using this sdk but, I had to shift to the CLI option since it was not clear to me whether authenticating with SSH...

If I have some time along this week, I will try to go deeper in the code and see if I can help. This is an issue that it is...

Hi again, I have taken a look at django-session-security's middleware.py and you are calling "logout" from "django.contrib.auth.**init**.py" instead of "logout" from "django.contrib.auth.views.py". I noticed that "logout" from "django.contrib.auth.views.py" has additional...

Ok, thanks for the explanation. That was what I had in mind before asking you, I just preferred to ask rather than making a mistake. I was taking a look...

Yes, for sure: you are absolutely right! The redirection is made by the middleware from django.contrib.auth, not by django-session-security; however, that redirection affects to the behavior of the whole application.

@squaremo : I know that I made you a question in the repository for AMQP that is pretty similar to this one, but I want to explore all the possibilities....

@analytik : my use case is a system composed of 2 different types of clients: - Web application developed with Angular JS that, right now, is using pusher.com and JSON/RPC...