summaryrefslogtreecommitdiff
path: root/src/leap/soledad/auth.py
AgeCommit message (Collapse)Author
2013-05-23Remove non-token auth schemes.drebs
* Closes #2371.
2013-05-15Fix pep8 style.drebs
2013-05-04Encapsulate token-based auth in a class.drebs
2013-05-01Fix HTTP request bug.drebs
Base64 encoding returned a \n at the end of the string and that was causing trouble on the HTTP request when the token was added as an http header.
2013-04-30Use uuid instead of address.drebs
2013-04-30Add docstrings to auth methods.drebs
2013-04-30Update tests with monkey patching to always use our SyncTarget.drebs
2013-04-30Add token auth methods.drebs