django
Passwordless User authentication with a Django or just any REST API system
I am implementing a webservice with a bunch of REST API. These REST API will all be invoked from a python command line interface script. When a userA, logged in as himself on a unix system, invokes that CLI python script, I would like the script to be able to invoke the REST API through the python HTTP client, but do it without having to use a password. Since he is already, authenticated as himself on the linux. How can this be implemented? Are there any Django packages/documentation that help with it?
Related Links
I use Django-piston, how i use handler.py to paging data from server?
TypeError while uploading zip to photologue
cant get an id to be added to a django formset
django app file structure
Django runserver error when specifying port
Do I need to optimize database access in django templates?
Django admin query/search form
Django Next Parameter Redirect - Adding Additional Parameters
custom-unique Field with relation to ManyToManyField
NoReverseMatch (related to pk) : django
Django: generate download link
Django queryset. Convert output to list
Access missing value in form.cleaned_data
Configuring Django/Pinax Email
Django Book OUTDATE CSRF protection
Django mod_wsgi request takes 6 secs