Again, about auth.wiki(). It's woking like a charm in localhost, but I'm getting error 401 UNAUTHORIZED in my test environment.
I didn't write a specific view for it, but I allowed generic views to any host, in db.py. Is there another configuration I must adjust to auth.wiki() run in a real server outside localhost? --

