This is more of a general newbie question:
How do desktop applications that hook up to a service typically verify users? How would I do this for a Django app? Would it be as simple as passing the credentials to a blank view that checks the username / password?
How is it typically passed?
Thanks