I would like to change the link that opens a Django app. Currently the app 
is launched with GET http://localhost:8000. I would like to include a 
username and password in the header. The header would be intercepted 
somehow (Middleware?) and the user marked as authenticated. The app will 
then launch for the user with a default role.

This will replace a login page and Django internal authentication. 

Can I implement this using middleware? If so, how?

Thank you 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/4f1b2a47-6d3d-45e2-9c93-8bbca78d3e34n%40googlegroups.com.

Reply via email to