hoelzro / sahara-sync

A free software (AGPL) alternative to Dropbox
6 stars 0 forks source link

Improve authentication mechanism #11

Open hoelzro opened 12 years ago

hoelzro commented 12 years ago

Currently Sahara Sync uses Basic authentication. This is pretty bad; we need to figure out a authentication mechanism that's both secure and RESTful. Even moving to Digest authentication would be a step in the right direction. The host daemon could easily support Digest auth; it's the clientd that's proving to be a challenge.