> Den 12. sep. 2016 kl. 15.24 skrev Dimitris Kougioumtzis <dimk...@gmail.com>:
> 
> I have an application with django framework. The users have in their usb 
> sticks their certificates. How to access their certificates from the django 
> application to the client computer 

Do you have a Django app on a remote server that users access through a 
browser? In that case, it's probably not possible except for a small subset of 
problems (see e.g. https://developer.chrome.com/apps/app_usb or trusted Java 
applets) since normally, the browser can't access USB devices (or the 
filesystem in general) for security reasons.

I believe some of the Yubico products can emulate a keyboard, in which case the 
YubiKey simply types the secure token for you. That should work in a browser.

Erik

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CDC04C7A-C10D-4BD2-8A2D-45F4A4BE9929%40cederstrand.dk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to