I've been using Django to make this Web Service and I'm wondering how to make the user authentication work. I heard that there's a built-in method to do it in Django, but I can't find it. Does anyone have some experience in how to do this?
1 Answer
The tutorial on djangoproject.com is fairly good for explaining this.
1 Comment
avorum
I lookd through it and although it provides the functions for authenticating someone (which is useful) how can I integrate that into a page on the server? How can I put two textboxes at the user and let them enter their authentication details and pass it to a function with those authentication functions.